fix class modalfix ==> 08_KPI

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-06 10:41:39 +07:00
parent 712e83399f
commit f14be7fcf0
2 changed files with 3 additions and 4 deletions

View file

@ -435,7 +435,6 @@ onMounted(async () => {
<div class="row col-12 q-col-gutter-sm">
<div class="col-xs-12 col-md-1">
<datepicker
menu-class-name="modalfix"
v-model="year"
:locale="'th'"
autoApply

View file

@ -219,13 +219,14 @@ onMounted(async () => {
<div class="items-center col-12 row q-col-gutter-sm q-mb-sm">
<datepicker
class="col-md-1 col-xs-12"
menu-class-name="modalfix"
v-model="store.yearRound"
:locale="'th'"
autoApply
year-picker
:enableTimePicker="false"
@update:model-value=" store.formQuery.page = 1,fetchRoundOption(true)"
@update:model-value="
(store.formQuery.page = 1), fetchRoundOption(true)
"
>
<template #year="{ year }">{{ year + 543 }}</template>
<template #year-overlay-value="{ value }">{{
@ -300,7 +301,6 @@ onMounted(async () => {
:options="columns"
option-value="name"
style="min-width: 140px"
/>
</div>