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"
|
||||
: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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue