fix datepicker class 21_report
This commit is contained in:
parent
52936530f1
commit
7d2e1ba0d1
4 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue