fixing layout & display
This commit is contained in:
parent
537277c381
commit
d4d96e3c74
2 changed files with 13 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue