fix: แก้ค่าของ type
This commit is contained in:
parent
601aa69d7c
commit
066cf121c6
5 changed files with 28 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue