fix:DialogCandidates
This commit is contained in:
parent
a719b98791
commit
41e08b7200
2 changed files with 20 additions and 5 deletions
|
|
@ -1679,6 +1679,7 @@ onMounted(async () => {
|
|||
<DialogHeader :tittle="`เลือกวันรายงานตัว`" :close="clickClose" />
|
||||
<q-separator />
|
||||
<q-card-section class="q-p-sm">
|
||||
<!-- :min-date="new Date()" -->
|
||||
<datepicker
|
||||
menu-class-name="modalfix"
|
||||
v-model="reportingDate"
|
||||
|
|
@ -1687,7 +1688,6 @@ onMounted(async () => {
|
|||
borderless
|
||||
:enableTimePicker="false"
|
||||
week-start="0"
|
||||
:min-date="new Date()"
|
||||
>
|
||||
<template #year="{ year }">
|
||||
{{ year + 543 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue