fixing create structure

This commit is contained in:
Warunee Tamkoo 2024-11-15 15:53:25 +07:00
parent 171a438974
commit d176286a2e
2 changed files with 9 additions and 3 deletions

View file

@ -351,9 +351,9 @@ onMounted(async () => {
:readonly="!edit"
:borderless="!edit"
:model-value="date !== null ? date2Thai(date) : null"
:rules="[(val:string) => !!val || `${'กรุณาเลือกตั้งแต่วัน'}`]"
:rules="[(val:string) => !!val || `${'กรุณาเลือกตั้งแต่วันที่'}`]"
hide-bottom-space
:label="`${'ตั้งแต่วัน'}`"
:label="`${'ตั้งแต่วันที่'}`"
>
<template v-slot:prepend>
<q-icon