val:string

This commit is contained in:
STW_TTTY\stwtt 2024-09-20 15:30:46 +07:00
parent f5bd486cbe
commit a221721037
20 changed files with 133 additions and 182 deletions

View file

@ -204,7 +204,7 @@ onMounted(() => {
hide-bottom-space
bg-color="white"
:readonly="!edit || statusCheck === 'NEW'"
:rules="[(val) => !!val || `${'เขียนที่'}`]"
:rules="[(val:string) => !!val || `${'เขียนที่'}`]"
/>
<datepicker
@ -242,7 +242,7 @@ onMounted(() => {
: null
"
:label="`${'ลาตั้งแต่วันที่'}`"
:rules="[(val) => !!val || `${'กรุณาเลือกลาตั้งแต่วันที่'}`]"
:rules="[(val:string) => !!val || `${'กรุณาเลือกลาตั้งแต่วันที่'}`]"
>
<template v-slot:prepend>
<q-icon