fix ค่าจ้างเงินเดือน
This commit is contained in:
parent
51e50ad321
commit
e8e9b4592e
1 changed files with 2 additions and 2 deletions
|
|
@ -1404,10 +1404,10 @@ onMounted(async () => {
|
|||
dense
|
||||
outlined
|
||||
v-model="formData.amount"
|
||||
label="เงินเดือน"
|
||||
:label="empType == '' ? 'เงินเดือน' : 'ค่าจ้าง'"
|
||||
mask="###,###,###,###"
|
||||
reverse-fill-mask
|
||||
:rules="[(val:string) => !!val || `${'กรุณากรอกเงินเดือน'}`]"
|
||||
:rules="[(val:string) => !!val || `กรุณากรอก${empType == '' ? 'เงินเดือน' : 'ค่าจ้าง'}`]"
|
||||
lazy-rules
|
||||
hide-bottom-space
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue