From eb117b73ce1bccac627a04b15b11e6210f4911b6 Mon Sep 17 00:00:00 2001 From: yangzhi <765157588@qq.com> Date: Thu, 8 Dec 2022 15:52:05 +0800 Subject: [PATCH] 禁用改成不符合条件 --- src/views/dashboard/index.vue | 4 ++-- src/views/user/userlist.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index ab2ce35..5582e8f 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -184,8 +184,8 @@ export default { icon: "/static/images/index/icon7.png", }, { - title: "禁用/人", - val: "禁用", + title: "不符合条件/人", + val: "不符合条件", count: 0, icon: "/static/images/index/icon8.png", }, diff --git a/src/views/user/userlist.vue b/src/views/user/userlist.vue index ea30c47..37e5091 100644 --- a/src/views/user/userlist.vue +++ b/src/views/user/userlist.vue @@ -774,7 +774,7 @@ value: 9 }, { - label: '禁用', + label: '不符合条件', value: 11 }, ], -- libgit2 0.21.4