[fix 83991] 默认三个账号不能编辑用户类别

This commit is contained in:
danshihao
2024-04-25 16:59:16 +08:00
parent e698c3cef1
commit bac6bf3c6a
@@ -33,6 +33,7 @@
<a-form-item label="用户类别">
<j-dict-select-tag :triggerChange="true"
dictCode="user_type"
:disabled="global.adminUserList.includes(model.username)"
v-decorator="['userType', validatorRules.userType]"
placeholder="请选择用户类别">
</j-dict-select-tag>