fix(02): table color and map role

This commit is contained in:
puriphatt 2024-08-09 10:05:31 +00:00
parent aed271da3d
commit f555747005
2 changed files with 16 additions and 2 deletions

View file

@ -224,7 +224,7 @@ onMounted(async () => {
:label="$t('userRole')"
:options="roleOptions"
:rules="[
(val: string) => !!val || $t('formDialogInputPrefixNameValidate'),
(val: string) => !!val || $t('formDialogInputUserRoleValidate'),
]"
@filter="roleFilter"
>