แก้ label ออกคำสั่ง

This commit is contained in:
Warunee Tamkoo 2023-08-17 15:58:10 +07:00
parent fb15b33c0b
commit d3f8ce15ce
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)">