Merge branch 'develop' into dev-tee

This commit is contained in:
setthawutttty 2023-08-17 15:58:59 +07:00
commit 7e22bf3a09
2 changed files with 4 additions and 4 deletions

View file

@ -53,8 +53,8 @@
</template>
<template #trigger>
<q-input outlined dense class="full-width datepicker" :model-value="dateCommand != null ? date2Thai(dateCommand) : null
" :label="`${'วันที่มีผลออกคำสั่ง'}`" :rules="[
(val) => !!val || `${'กรุณาเลือกวันที่มีผลออกคำสั่ง'}`,
" :label="`${'วันที่คำสั่งมีผล'}`" :rules="[
(val) => !!val || `${'กรุณาเลือกวันที่คำสั่งมีผล'}`,
]">
<template v-slot:prepend>
<q-icon name="event" class="cursor-pointer" style="color: var(--q-primary)">

View file

@ -152,9 +152,9 @@
</template>
<template #trigger>
<q-input outlined dense class="full-width datepicker" hide-bottom-space
:model-value="date != null ? date2Thai(date) : null" :label="`${'วันที่ีผลออกคำสั่ง'}`" :rules="[
:model-value="date != null ? date2Thai(date) : null" :label="`${'วันที่ลงนาม'}`" :rules="[
(val) =>
!!val || `${'กรุณาเลือกวันที่ีผลออกคำสั่ง'}`,
!!val || `${'กรุณาเลือกวันที่ลงนาม'}`,
]">
<template v-slot:prepend>
<q-icon name="event" class="cursor-pointer" style="color: var(--q-grey)">