แก้ lazy เฉพาะวันที่

This commit is contained in:
setthawutttty 2024-03-04 15:28:49 +07:00
parent 216098bb73
commit 43141e95f8
3 changed files with 17 additions and 0 deletions

View file

@ -357,6 +357,7 @@ onMounted(() => {
outlined
emit-value
map-options
lazy-rules
option-label="name"
option-value="id"
:options="dataStore.typeOptions"
@ -374,6 +375,7 @@ onMounted(() => {
bg-color="white"
outlined
emit-value
lazy-rules
:rules="[(val) => !!val || `${'กรุณาเลือกสถานะ'}`]"
map-options
hide-bottom-space
@ -485,6 +487,7 @@ onMounted(() => {
outlined
hide-bottom-space
v-model="formData.title"
lazy-rules
:rules="[
(val) => !!val || 'กรุณากรอกเรื่องอุทธรณ์/ร้องทุกข์',
]"
@ -501,6 +504,7 @@ onMounted(() => {
outlined
hide-bottom-space
v-model="formData.description"
lazy-rules
:rules="[
(val) => !!val || 'กรุณากรอกรายละเอียดอุทธรณ์/ร้องทุกข์',
]"
@ -552,6 +556,7 @@ onMounted(() => {
v-model="formData.caseType"
dense
outlined
lazy-rules
:rules="[(val) => !!val || 'กรุณากรอกประเภทคดี']"
hide-bottom-space
label="ประเภทคดี"
@ -564,6 +569,7 @@ onMounted(() => {
v-model="formData.caseNumber"
dense
outlined
lazy-rules
:rules="[(val) => !!val || 'กรุณากรอกเลขที่คดี']"
label="เลขที่คดี"
hide-bottom-space