fix: แก้ type
This commit is contained in:
parent
a96161ffc2
commit
43efa44c50
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ const jobPositionEN = defineModel<string>('jobPositionEn');
|
|||
const jobDescription = defineModel<string>('jobDescription');
|
||||
|
||||
const payDate = defineModel<string>('payDate');
|
||||
const wageDate = defineModel<string>('wageDate');
|
||||
const wageRate = defineModel<number>('wageRate');
|
||||
|
||||
const saleEmployee = defineModel<string>('saleEmployee');
|
||||
|
||||
|
|
@ -182,7 +182,7 @@ defineProps<{
|
|||
hide-bottom-space
|
||||
class="col-3"
|
||||
:label="$t('payRate')"
|
||||
v-model="wageDate"
|
||||
v-model="wageRate"
|
||||
/>
|
||||
|
||||
<q-input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue