fix: naming
This commit is contained in:
parent
68c690aae1
commit
3e1ccb5d0f
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ import FormQr from 'src/components/01_branch-management/FormQr.vue';
|
|||
import FormBranchContact from 'src/components/01_branch-management/FormBranchContact.vue';
|
||||
import FormImage from 'src/components/01_branch-management/FormImage.vue';
|
||||
import DrawerInfo from 'src/components/DrawerInfo.vue';
|
||||
import infoForm from 'src/components/02_personnel-management/infoForm.vue';
|
||||
import InfoForm from 'src/components/02_personnel-management/infoForm.vue';
|
||||
|
||||
import { BranchWithChildren, BranchCreate } from 'stores/branch/types';
|
||||
import { watch } from 'vue';
|
||||
|
|
@ -941,7 +941,7 @@ watch(locale, () => {
|
|||
:statusBranch="formData.status"
|
||||
>
|
||||
<template #info>
|
||||
<infoForm
|
||||
<InfoForm
|
||||
v-model:address="formData.address"
|
||||
v-model:addressEN="formData.addressEN"
|
||||
v-model:province-id="formData.provinceId"
|
||||
|
|
@ -1018,7 +1018,7 @@ watch(locale, () => {
|
|||
:readonly="formType === 'view'"
|
||||
/>
|
||||
</template>
|
||||
</infoForm>
|
||||
</InfoForm>
|
||||
</template>
|
||||
</DrawerInfo>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue