fix: แก้ค่าของ type

This commit is contained in:
Net 2024-06-11 11:23:23 +07:00
parent 601aa69d7c
commit 066cf121c6
5 changed files with 28 additions and 16 deletions

View file

@ -26,7 +26,7 @@ defineProps<{
</div>
<div v-if="!employee" class="col-9 row q-col-gutter-md">
<q-input
v-if="typeCustomer === 'customerNaturalPerson'"
v-if="typeCustomer === 'PERS'"
:dense="dense"
:outlined="!readonly"
:readonly="true"
@ -37,7 +37,7 @@ defineProps<{
v-model="employerID"
/>
<q-input
v-if="typeCustomer === 'customerNaturalPerson'"
v-if="typeCustomer === 'PERS'"
:dense="dense"
:outlined="!readonly"
:readonly="readonly"