fix class modalfix ==> 08_KPI
This commit is contained in:
parent
712e83399f
commit
f14be7fcf0
2 changed files with 3 additions and 4 deletions
|
|
@ -435,7 +435,6 @@ onMounted(async () => {
|
||||||
<div class="row col-12 q-col-gutter-sm">
|
<div class="row col-12 q-col-gutter-sm">
|
||||||
<div class="col-xs-12 col-md-1">
|
<div class="col-xs-12 col-md-1">
|
||||||
<datepicker
|
<datepicker
|
||||||
menu-class-name="modalfix"
|
|
||||||
v-model="year"
|
v-model="year"
|
||||||
:locale="'th'"
|
:locale="'th'"
|
||||||
autoApply
|
autoApply
|
||||||
|
|
|
||||||
|
|
@ -219,13 +219,14 @@ onMounted(async () => {
|
||||||
<div class="items-center col-12 row q-col-gutter-sm q-mb-sm">
|
<div class="items-center col-12 row q-col-gutter-sm q-mb-sm">
|
||||||
<datepicker
|
<datepicker
|
||||||
class="col-md-1 col-xs-12"
|
class="col-md-1 col-xs-12"
|
||||||
menu-class-name="modalfix"
|
|
||||||
v-model="store.yearRound"
|
v-model="store.yearRound"
|
||||||
:locale="'th'"
|
:locale="'th'"
|
||||||
autoApply
|
autoApply
|
||||||
year-picker
|
year-picker
|
||||||
:enableTimePicker="false"
|
: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="{ year }">{{ year + 543 }}</template>
|
||||||
<template #year-overlay-value="{ value }">{{
|
<template #year-overlay-value="{ value }">{{
|
||||||
|
|
@ -300,7 +301,6 @@ onMounted(async () => {
|
||||||
:options="columns"
|
:options="columns"
|
||||||
option-value="name"
|
option-value="name"
|
||||||
style="min-width: 140px"
|
style="min-width: 140px"
|
||||||
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue