From 4eb71788ca41e9ef51478a067790ef0cfe5f1049 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Fri, 30 Aug 2024 12:12:37 +0700 Subject: [PATCH] fix: readonly --- src/pages/03_customer-management/BranchPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/03_customer-management/BranchPage.vue b/src/pages/03_customer-management/BranchPage.vue index 26646417..676f7ae2 100644 --- a/src/pages/03_customer-management/BranchPage.vue +++ b/src/pages/03_customer-management/BranchPage.vue @@ -711,7 +711,7 @@ watch([customerId, inputSearch, currentStatus], async () => { class="q-mb-xl" :customer-type="customerType" :customer-name="currentCustomerName" - :readonly="customerBranchFormState.dialogType === 'info'" + readonly v-model:citizen-id="customerBranchFormData.citizenId" v-model:id="customerBranchFormData.id" v-model:legal-person-no="customerBranchFormData.legalPersonNo"