refactor: edit show customerCode

This commit is contained in:
Net 2024-08-29 22:24:33 +07:00
parent c4fa7beee9
commit 23987414a6

View file

@ -74,7 +74,7 @@ defineProps<{
:disable="!readonly"
:readonly="readonly"
:label="$t('customer.form.customerCode')"
:model-value="customerCode"
:model-value="legalPersonNo"
/>
<q-input
@ -181,7 +181,7 @@ defineProps<{
class="col-12 col-md-3"
:label="$t('customer.form.customerCode')"
for="input-customer-code"
:model-value="customerCode"
:model-value="legalPersonNo"
/>
</template>
</div>