refactor: add prefix id
This commit is contained in:
parent
732c81ed57
commit
c6190bbedc
8 changed files with 19 additions and 6 deletions
|
|
@ -753,6 +753,7 @@ async function storeDataLocal(id: string) {
|
|||
>
|
||||
<header class="q-mx-lg q-mt-lg">
|
||||
<ProfileBanner
|
||||
prefix="dialog"
|
||||
img="/images/quotation-bg-avatar.png"
|
||||
fallback-cover="/images/quotation-banner.png"
|
||||
bg-color="var(--surface-1)"
|
||||
|
|
@ -856,6 +857,7 @@ async function storeDataLocal(id: string) {
|
|||
}"
|
||||
>
|
||||
<ProfileBanner
|
||||
prefix="dialog"
|
||||
v-if="customerFormData.customerBranch !== undefined"
|
||||
active
|
||||
hide-fade
|
||||
|
|
|
|||
|
|
@ -2080,6 +2080,7 @@ async function getWorkerFromCriteria(
|
|||
}"
|
||||
>
|
||||
<ProfileBanner
|
||||
prefix="dialog"
|
||||
active
|
||||
useToggle
|
||||
color="white"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue