feat: ตรวจสอบว่าแก้ไข หรือ ดู

This commit is contained in:
Net 2024-04-19 11:47:03 +07:00
parent a509215aef
commit f9d9b83792
7 changed files with 92 additions and 20 deletions

View file

@ -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