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

@ -73,7 +73,7 @@ watch(props, () => {
class="col-12 q-mb-sm"
debounce="300"
label="หน้าที่"
:rules="[(val) => !!val || `กรุณากรอกหน้าที่`]"
:rules="[(val:string) => !!val || `กรุณากรอกหน้าที่`]"
hide-bottom-space
/>
<q-input
@ -83,7 +83,7 @@ watch(props, () => {
class="col-12 q-mb-sm"
debounce="300"
label="มติ/คำสั่ง"
:rules="[(val) => !!val || `กรุณากรอก มติ/คำสั่ง`]"
:rules="[(val:string) => !!val || `กรุณากรอก มติ/คำสั่ง`]"
hide-bottom-space
/>
</q-card-section>