refactor: add prefix id
This commit is contained in:
parent
732c81ed57
commit
c6190bbedc
8 changed files with 19 additions and 6 deletions
|
|
@ -1936,6 +1936,7 @@ const emptyCreateDialog = ref(false);
|
|||
v-if="customerFormData.customerBranch !== undefined"
|
||||
active
|
||||
hide-fade
|
||||
prefix="dialog"
|
||||
:fallback-cover="`/images/customer-${customerFormData.customerType}-banner-bg.jpg`"
|
||||
:img="
|
||||
customerFormState.customerImageUrl ||
|
||||
|
|
@ -2330,6 +2331,7 @@ const emptyCreateDialog = ref(false);
|
|||
<ProfileBanner
|
||||
active
|
||||
useToggle
|
||||
prefix="dialog"
|
||||
color="white"
|
||||
icon="mdi-account-plus-outline"
|
||||
:bg-color="
|
||||
|
|
@ -2440,11 +2442,6 @@ const emptyCreateDialog = ref(false);
|
|||
anchor: 'drawer-info-file-upload',
|
||||
tab: 'personalInfo',
|
||||
},
|
||||
{
|
||||
name: $t('customerEmployee.form.group.personalInfo'),
|
||||
anchor: 'drawer-form-personal',
|
||||
tab: 'personalInfo',
|
||||
},
|
||||
|
||||
{
|
||||
name: $t('customerEmployee.form.group.passport'),
|
||||
|
|
@ -3813,6 +3810,7 @@ const emptyCreateDialog = ref(false);
|
|||
>
|
||||
<ProfileBanner
|
||||
v-if="customerFormData.customerBranch !== undefined"
|
||||
:prefix="customerFormData.registeredBranchId"
|
||||
:active="customerFormData.status !== 'INACTIVE'"
|
||||
hide-fade
|
||||
use-toggle
|
||||
|
|
@ -4213,6 +4211,7 @@ const emptyCreateDialog = ref(false);
|
|||
}"
|
||||
>
|
||||
<ProfileBanner
|
||||
:prefix="employeeFormState.currentEmployee.firstName"
|
||||
hideFade
|
||||
@view="
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue