fix: wrong display

This commit is contained in:
Methapon Metanipat 2024-09-26 09:43:19 +07:00
parent 6372ed5418
commit a623412dc6

View file

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