From d2a3fdabe98d7720f1214e3ca45cbaf1714e25b2 Mon Sep 17 00:00:00 2001
From: haozq <1611483981@qq.com>
Date: Tue, 23 Apr 2024 18:02:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E6=97=A0?=
=?UTF-8?q?=E6=97=B6=E9=97=B4=E6=9F=A5=E8=AF=A2=E5=BC=82=E5=B8=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ah-jjzhgd-web/src/views/system/user/index.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ah-jjzhgd-web/src/views/system/user/index.vue b/ah-jjzhgd-web/src/views/system/user/index.vue
index 8a138fa..c088899 100644
--- a/ah-jjzhgd-web/src/views/system/user/index.vue
+++ b/ah-jjzhgd-web/src/views/system/user/index.vue
@@ -64,10 +64,10 @@
-
+
+
- {{ scope.row.delFlag === 0 ?
- '在用' : '注销' }}
+ {{ scope.row.status }}
@@ -447,7 +447,7 @@ export default {
})
},
handleDelete(row, index) {
- this.$confirm(`确定要删除该数据吗?`, {
+ this.$confirm(`确定要注销该用户吗?`, {
type: 'warning',
title: '操作提示',
beforeClose: async(action, instance, done) => {