diff --git a/frontend/src/views/system/user/form.vue b/frontend/src/views/system/user/form.vue index 27d9851ed5..305c8d6fb1 100644 --- a/frontend/src/views/system/user/form.vue +++ b/frontend/src/views/system/user/form.vue @@ -2,7 +2,7 @@ - + @@ -27,7 +27,7 @@ - + {{ $t('commons.enable') }} {{ $t('commons.disable') }} @@ -47,6 +47,7 @@ { this.roles = res.data }) + }, + btnDisabled(row) { + return row.userId === 1 } } }