登录禁用的角色置灰
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-26 15:19:39 +08:00
parent 37f8f2fff1
commit 3925652428
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
v-for="item in roles"
:key="item.Id"
:label="item.Id"
:disabled="item.isUserRoleDisabled"
:disabled="item.IsUserRoleDisabled"
style="margin-bottom: 10px"
>
{{ item.UserTypeShortName }}