no message
This commit is contained in:
parent
d20ef87c5e
commit
30b526a875
4 changed files with 35 additions and 5 deletions
|
|
@ -64,9 +64,6 @@
|
|||
:label="`${'วันที่'}`"
|
||||
mask="##/##/####"
|
||||
dense
|
||||
:rules="[(val) => !!val || `${'กรุณาเลือกวันที่'}`]"
|
||||
:error="dayChecked"
|
||||
error-message="กรุณากรอกวันที่"
|
||||
/>
|
||||
|
||||
<datepicker
|
||||
|
|
@ -93,8 +90,6 @@
|
|||
lazy-rules
|
||||
:borderless="!edit"
|
||||
:model-value="date2Thai(date)"
|
||||
:rules="[(val) => !!val || `${'กรุณาเลือกวันที่'}`]"
|
||||
hide-bottom-space
|
||||
:label="`${'วันที่'}`"
|
||||
>
|
||||
<template v-slot:prepend>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue