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', !scope.row.IsDeleted) }}
+ {{ $fd('IsDisable', scope.row.IsDeleted) }}
- {{ $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