val:string

This commit is contained in:
STW_TTTY\stwtt 2024-09-20 15:23:06 +07:00
parent a147bd70ec
commit 4344ee4a44
42 changed files with 163 additions and 572 deletions

View file

@ -394,7 +394,7 @@ onMounted(() => {
option-label="name"
option-value="id"
:options="option"
:rules="[(val) => !!val || `${'กรุณาเลือกประเภท'}`]"
:rules="[(val:string) => !!val || `${'กรุณาเลือกประเภท'}`]"
hide-bottom-space
use-input
@filter="filterOptionFn"
@ -419,7 +419,7 @@ onMounted(() => {
outlined
emit-value
lazy-rules
:rules="[(val) => !!val || `${'กรุณาเลือกสถานะ'}`]"
:rules="[(val:string) => !!val || `${'กรุณาเลือกสถานะ'}`]"
map-options
hide-bottom-space
option-label="name"
@ -613,7 +613,7 @@ onMounted(() => {
dense
outlined
lazy-rules
:rules="[(val) => !!val || 'กรุณากรอกประเภทคดี']"
:rules="[(val:string) => !!val || 'กรุณากรอกประเภทคดี']"
hide-bottom-space
label="ประเภทคดี"
/>
@ -627,7 +627,7 @@ onMounted(() => {
dense
outlined
lazy-rules
:rules="[(val) => !!val || 'กรุณากรอกเลขที่คดี']"
:rules="[(val:string) => !!val || 'กรุณากรอกเลขที่คดี']"
label="เลขที่คดี"
hide-bottom-space
/>