refactor: edit show customerCode
This commit is contained in:
parent
c4fa7beee9
commit
23987414a6
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ defineProps<{
|
||||||
:disable="!readonly"
|
:disable="!readonly"
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
:label="$t('customer.form.customerCode')"
|
:label="$t('customer.form.customerCode')"
|
||||||
:model-value="customerCode"
|
:model-value="legalPersonNo"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
|
|
@ -181,7 +181,7 @@ defineProps<{
|
||||||
class="col-12 col-md-3"
|
class="col-12 col-md-3"
|
||||||
:label="$t('customer.form.customerCode')"
|
:label="$t('customer.form.customerCode')"
|
||||||
for="input-customer-code"
|
for="input-customer-code"
|
||||||
:model-value="customerCode"
|
:model-value="legalPersonNo"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue