fix(02): table color and map role
This commit is contained in:
parent
aed271da3d
commit
f555747005
2 changed files with 16 additions and 2 deletions
|
|
@ -224,7 +224,7 @@ onMounted(async () => {
|
|||
:label="$t('userRole')"
|
||||
:options="roleOptions"
|
||||
:rules="[
|
||||
(val: string) => !!val || $t('formDialogInputPrefixNameValidate'),
|
||||
(val: string) => !!val || $t('formDialogInputUserRoleValidate'),
|
||||
]"
|
||||
@filter="roleFilter"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue