fix: branch => branch card profile
This commit is contained in:
parent
4a6f192d5f
commit
fea6ebaa28
1 changed files with 5 additions and 1 deletions
|
|
@ -1616,7 +1616,10 @@ watch(currentHq, () => {
|
|||
subDistrict: props.row.subDistrict,
|
||||
en: $i18n.locale === 'eng',
|
||||
}),
|
||||
branchImgUrl: `/branch/${props.row.id}/branch`,
|
||||
branchImgUrl:
|
||||
`/branch/${props.row.id}/image/${props.row.selectedImage}`.concat(
|
||||
refreshImageState ? `?ts=${Date.now()}` : '',
|
||||
),
|
||||
}"
|
||||
:field-selected="fieldSelected"
|
||||
:badge-field="['branchLabelStatus']"
|
||||
|
|
@ -2081,6 +2084,7 @@ watch(currentHq, () => {
|
|||
}"
|
||||
>
|
||||
<ProfileBanner
|
||||
:prefix="formData.name"
|
||||
:active="formData.status !== 'INACTIVE'"
|
||||
useToggle
|
||||
v-model:cover-url="imageUrl"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue