fix: wrong display
This commit is contained in:
parent
6372ed5418
commit
a623412dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ watch(
|
||||||
:disable="!readonly"
|
:disable="!readonly"
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
:label="$t('customer.form.customerCode')"
|
:label="$t('customer.form.customerCode')"
|
||||||
:model-value="legalPersonNo"
|
:model-value="branchCode?.slice(0, -3)"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue