fix: readonly

This commit is contained in:
Methapon Metanipat 2024-08-30 12:12:37 +07:00
parent 9558d95fcf
commit 4eb71788ca

View file

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