From 830718c22856f34fe6943d253c025f6ac905e07e Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 16 Jan 2025 17:02:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86=E7=A6=81?= =?UTF-8?q?=E7=94=A8=E6=9B=B4=E6=8D=A2=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setting/personnel-manage/components/staff.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/staff.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/staff.vue index b4cb7558..adf736c3 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/staff.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/staff.vue @@ -446,7 +446,7 @@ " > - {{ $fd('IsEnable', false) }} + {{ $fd('IsDisable', true) }} - {{ $fd('IsEnable', true) }} + {{ $fd('IsDisable', false) }} @@ -624,7 +624,7 @@ export default { try { let message = this.$t('trials:staff:comfirm:changeRoleStatus').replace( 'xxx', - this.$fd('IsEnable', !status) + this.$fd('IsDisable', status) ) let comfirm = await this.$confirm(message) if (!comfirm) return false