fixing layout & display

This commit is contained in:
Warunee Tamkoo 2024-08-14 09:51:48 +07:00
parent 537277c381
commit d4d96e3c74
2 changed files with 13 additions and 8 deletions

View file

@ -350,6 +350,7 @@ watch(
class="inputgreen"
dense
outlined
hide-bottom-space
:model-value="
formData.dateStart ? date2Thai(formData.dateStart) : null
"
@ -386,6 +387,7 @@ watch(
<q-input
dense
outlined
hide-bottom-space
class="inputgreen"
:model-value="
formData.dateEnd ? date2Thai(formData.dateEnd) : null
@ -449,6 +451,7 @@ watch(
dense
outlined
class="inputgreen"
hide-bottom-space
:model-value="
formData.commandDate
? date2Thai(formData.commandDate)