หน้าแก้ไขทะเบียนประวัติลูกจ้าง
This commit is contained in:
parent
1ca73e1c59
commit
73e150a509
3 changed files with 25 additions and 10 deletions
|
|
@ -282,6 +282,12 @@
|
|||
:borderless="!edit"
|
||||
v-model="informaData.tel"
|
||||
:label="`${'เบอร์โทร'}`"
|
||||
:rules="[
|
||||
(val:string) => !!val || `${'กรุณากรอก เบอร์โทร'}`,
|
||||
(val:string) =>
|
||||
val.length >= 10 ||
|
||||
`${'กรุณากรอกเบอร์โทรให้ครบ'}`,
|
||||
]"
|
||||
mask="##########"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue