fix:bug Table , rules
This commit is contained in:
parent
1f126f6917
commit
6493236912
2 changed files with 2 additions and 1 deletions
|
|
@ -1154,6 +1154,7 @@ onMounted(async () => {
|
|||
dense
|
||||
class="full-width datepicker q-mb-md"
|
||||
:model-value="dateThaiRange(datePayment)"
|
||||
:rules="[(val:string) => !!val || `${'กรุณาเลือกวันที่ชำระเงิน'}`]"
|
||||
:label="`${'วันที่ชำระเงิน'}`"
|
||||
clearable
|
||||
@clear="clearDatePayment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue