feat: ตรวจสอบว่าแก้ไข หรือ ดู
This commit is contained in:
parent
a509215aef
commit
f9d9b83792
7 changed files with 92 additions and 20 deletions
|
|
@ -8,6 +8,7 @@ defineProps<{
|
|||
addressTitle?: string;
|
||||
addressTitleEN?: string;
|
||||
addressSeparator?: boolean;
|
||||
branchStatus?: string;
|
||||
submit?: (...args: unknown[]) => void;
|
||||
close?: (...args: unknown[]) => void;
|
||||
}>();
|
||||
|
|
@ -37,6 +38,8 @@ const zipCode = defineModel<string>('zipCode', { default: '' });
|
|||
<div style="width: 31.98px"></div>
|
||||
<div class="col text-subtitle1 text-weight-bold text-center">
|
||||
{{ title }}
|
||||
|
||||
<div>{{ branchStatus ? `(${branchStatus})` : '' }}</div>
|
||||
</div>
|
||||
<q-btn
|
||||
round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue