fix : 屏蔽账号编辑
This commit is contained in:
@@ -92,7 +92,7 @@ const schame = computed(() => {
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入',
|
||||
disabled: route.query.userType == 0 ? true : !authStore.roles.includes('superAdmin') ? true : false
|
||||
disabled: true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user