แก้ label ออกคำสั่ง
This commit is contained in:
parent
fb15b33c0b
commit
d3f8ce15ce
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)">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue