fix datepicker class 21_report

This commit is contained in:
Warunee Tamkoo 2025-06-06 09:53:39 +07:00
parent 52936530f1
commit 7d2e1ba0d1
4 changed files with 1 additions and 7 deletions

View file

@ -1346,7 +1346,6 @@ watch(
<div class="text-grey-8 text-caption">วงเวลาบรรจ</div>
<div class="col-12">
<datepicker
menu-class-name="modalfix"
v-model="dateStart"
:locale="'th'"
autoApply
@ -1392,7 +1391,6 @@ watch(
</div>
<div class="col-12">
<datepicker
menu-class-name="modalfix"
v-model="dateEnd"
:locale="'th'"
autoApply

View file

@ -366,7 +366,6 @@ onMounted(async () => {
/>
<div class="col-12 q-px-sm q-pb-xs" v-if="typeReport">
<datepicker
menu-class-name="modalfix"
v-model="year"
:locale="'th'"
autoApply

View file

@ -63,8 +63,7 @@ async function fetchReport() {
loadingBtn.value = true;
await http
.get(
config.API.evaluationReport +
`?year=${year.value}&rootId=${nodeId.value}`
config.API.evaluationReport + `?year=${year.value}&rootId=${nodeId.value}`
)
.then(async (res) => {
const data = await res.data.result;
@ -320,7 +319,6 @@ onMounted(() => {
<q-separator />
<div class="col-12 q-px-sm">
<datepicker
menu-class-name="modalfix"
v-model="year"
:locale="'th'"
autoApply

View file

@ -391,7 +391,6 @@ onMounted(() => {
<q-card-section class="q-pa-none">
<div class="col-12 q-px-sm">
<datepicker
menu-class-name="modalfix"
v-model="year"
:locale="'th'"
autoApply