fix: แก้ ชื่อ input
This commit is contained in:
parent
b945624404
commit
b4ee83272b
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
import { CustomerBranch } from 'src/stores/customer/types';
|
import { CustomerBranch } from 'src/stores/customer/types';
|
||||||
import { onMounted, ref } from 'vue';
|
import { onMounted, ref } from 'vue';
|
||||||
|
|
||||||
const ownerName = defineModel<string>('ownerName');
|
const personName = defineModel<string>('personName');
|
||||||
const customerName = defineModel<string>('customerName');
|
const customerName = defineModel<string>('customerName');
|
||||||
const customerNameEn = defineModel<string>('customerNameEn');
|
const customerNameEn = defineModel<string>('customerNameEn');
|
||||||
const taxNo = defineModel<string | null | undefined>('taxNo');
|
const taxNo = defineModel<string | null | undefined>('taxNo');
|
||||||
|
|
@ -56,7 +56,7 @@ onMounted(async () => {});
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-6"
|
class="col-6"
|
||||||
:label="$t('formDialogCustomerName')"
|
:label="$t('formDialogCustomerName')"
|
||||||
v-model="ownerName"
|
v-model="personName"
|
||||||
/>
|
/>
|
||||||
<q-input
|
<q-input
|
||||||
for="input-tax-no"
|
for="input-tax-no"
|
||||||
|
|
@ -115,7 +115,7 @@ onMounted(async () => {});
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-6"
|
class="col-6"
|
||||||
:label="$t('companyOwnerName')"
|
:label="$t('companyOwnerName')"
|
||||||
v-model="ownerName"
|
v-model="personName"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue