fix: readonly
This commit is contained in:
parent
9558d95fcf
commit
4eb71788ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue