Merge branch 'develop' into dev-tee
This commit is contained in:
commit
7e22bf3a09
2 changed files with 4 additions and 4 deletions
|
|
@ -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)">
|
||||
|
|
|
|||
|
|
@ -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)">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue