fix: form employee disable rule validate
This commit is contained in:
parent
70664067e5
commit
60431904ce
5 changed files with 131 additions and 59 deletions
|
|
@ -9,6 +9,7 @@ defineProps<{
|
|||
addressTitleEN?: string;
|
||||
noAddress?: boolean;
|
||||
noPaddingTab?: boolean;
|
||||
disabledRule?: boolean;
|
||||
}>();
|
||||
|
||||
const address = defineModel('address', { default: '' });
|
||||
|
|
@ -75,6 +76,7 @@ const tabsList = defineModel<{ name: string; label: string }[]>('tabsList');
|
|||
outlined
|
||||
separator
|
||||
:readonly="readonly"
|
||||
:disabledRule="disabledRule"
|
||||
v-model:address="address"
|
||||
v-model:addressEN="addressEN"
|
||||
v-model:provinceId="provinceId"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue