fix: btn add missing
This commit is contained in:
parent
64c1562e47
commit
9d9a955298
1 changed files with 7 additions and 7 deletions
|
|
@ -2649,7 +2649,7 @@ const emptyCreateDialog = ref(false);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: $t('general.uploadFile'),
|
name: $t('general.uploadFile'),
|
||||||
anchor: 'drawer-info-file-upload',
|
anchor: 'form-info-file-upload',
|
||||||
tab: 'personalInfo',
|
tab: 'personalInfo',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -2672,14 +2672,14 @@ const emptyCreateDialog = ref(false);
|
||||||
},
|
},
|
||||||
...(currentFromDataEmployee.employeePassport?.map((v, i) => ({
|
...(currentFromDataEmployee.employeePassport?.map((v, i) => ({
|
||||||
name: dateFormat(v.expireDate),
|
name: dateFormat(v.expireDate),
|
||||||
anchor: `drawer-employee-employeePassport-${i}`,
|
anchor: `form-employee-employeePassport-${i}`,
|
||||||
tab: 'passport',
|
tab: 'passport',
|
||||||
sub: true,
|
sub: true,
|
||||||
})) || []),
|
})) || []),
|
||||||
|
|
||||||
{
|
{
|
||||||
name: $t('customerEmployee.form.group.visa'),
|
name: $t('customerEmployee.form.group.visa'),
|
||||||
anchor: 'drawer-visa',
|
anchor: 'form-visa',
|
||||||
tab: 'visa',
|
tab: 'visa',
|
||||||
useBtn:
|
useBtn:
|
||||||
currentFromDataEmployee.employeeVisa?.filter((item) => {
|
currentFromDataEmployee.employeeVisa?.filter((item) => {
|
||||||
|
|
@ -2695,7 +2695,7 @@ const emptyCreateDialog = ref(false);
|
||||||
|
|
||||||
...(currentFromDataEmployee.employeeVisa?.map((v, i) => ({
|
...(currentFromDataEmployee.employeeVisa?.map((v, i) => ({
|
||||||
name: dateFormat(v.expireDate),
|
name: dateFormat(v.expireDate),
|
||||||
anchor: `drawer-employee-visa-${i}`,
|
anchor: `form-employee-visa-${i}`,
|
||||||
tab: 'visa',
|
tab: 'visa',
|
||||||
sub: true,
|
sub: true,
|
||||||
})) || []),
|
})) || []),
|
||||||
|
|
@ -2774,7 +2774,7 @@ const emptyCreateDialog = ref(false);
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:btn-drawer-visa>
|
<template v-slot:btn-form-visa>
|
||||||
<q-btn
|
<q-btn
|
||||||
id="form-add-visa"
|
id="form-add-visa"
|
||||||
dense
|
dense
|
||||||
|
|
@ -2787,7 +2787,7 @@ const emptyCreateDialog = ref(false);
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:btn-drawer-employee-checkup>
|
<template v-slot:btn-form-employee-checkup>
|
||||||
<q-btn
|
<q-btn
|
||||||
id="form-add-checkup"
|
id="form-add-checkup"
|
||||||
dense
|
dense
|
||||||
|
|
@ -2800,7 +2800,7 @@ const emptyCreateDialog = ref(false);
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:btn-drawer-employee-work-history>
|
<template v-slot:btn-form-employee-work-history>
|
||||||
<q-btn
|
<q-btn
|
||||||
id="form-add-work-history"
|
id="form-add-work-history"
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue