From 74eb50d03aaefc2fb890b0a4646f5416f4453c90 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Sat, 7 May 2022 23:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E4=BF=AE=E5=A4=8D=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=B8=8D=E8=83=BD=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/views/system/user/UserModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicc-ui/src/views/system/user/UserModal.vue b/kicc-ui/src/views/system/user/UserModal.vue index fee1aa33..9ecadfb7 100644 --- a/kicc-ui/src/views/system/user/UserModal.vue +++ b/kicc-ui/src/views/system/user/UserModal.vue @@ -68,7 +68,7 @@ }, { field: 'password', - show: state.tag == 'add' + ifShow: state.tag == 'add' } ]); // 采用tag标签区分操作