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) => {