updated layout summary indicator
This commit is contained in:
parent
3352207fd8
commit
8a150642b5
4 changed files with 13 additions and 13 deletions
|
|
@ -54,7 +54,7 @@ onMounted(() => {
|
|||
});
|
||||
</script>
|
||||
<template>
|
||||
<q-card bordered class="q-mb-sm q-pa-xs bg-grey-1">
|
||||
<q-card bordered class="q-pa-xs bg-grey-1">
|
||||
<div class="row q-col-gutter-sm">
|
||||
<div
|
||||
v-for="i in indicatorTotal"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import type {
|
|||
} from "@/modules/01_masterdata/interface/index/Main";
|
||||
import type { FormFilterAssignment } from "@/modules/01_masterdata/interface/request/Main";
|
||||
import type { ResAssignment } from "@/modules/01_masterdata/interface/response/Main";
|
||||
import IndicatorTotal from "@/modules/01_masterdata/components/Indicators/Summary.vue";
|
||||
import Summary from "@/modules/01_masterdata/components/Indicators/Summary.vue";
|
||||
|
||||
/** importStore*/
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
|
|
@ -174,12 +174,10 @@ onMounted(() => {
|
|||
<div class="toptitle text-dark col-12 row items-center">
|
||||
รายการงานอื่นๆ ที่ได้รับมอบหมาย
|
||||
</div>
|
||||
|
||||
<Summary />
|
||||
|
||||
<q-card flat bordered class="q-pa-md">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<IndicatorTotal />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row q-col-gutter-sm q-pl-sm">
|
||||
<q-toolbar style="padding: 0">
|
||||
<div class="row q-gutter-sm">
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import config from "@/app.config";
|
|||
|
||||
import type { DataOption } from "@/modules/01_masterdata/interface/index/Main";
|
||||
import DialogHistory from "@/modules/01_masterdata/components/Indicators/DialogHistory.vue";
|
||||
import IndicatorTotal from "@/modules/01_masterdata/components/Indicators/Summary.vue";
|
||||
import Summary from "@/modules/01_masterdata/components/Indicators/Summary.vue";
|
||||
|
||||
/** importStore*/
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
|
|
@ -205,6 +205,9 @@ onMounted(() => {
|
|||
<div class="toptitle text-dark col-12 row items-center">
|
||||
รายการตัวชี้วัดตามแผนฯ
|
||||
</div>
|
||||
|
||||
<Summary />
|
||||
|
||||
<q-card bordered class="col-12 row caedNone">
|
||||
<div class="col-xs-12 col-sm-3 row">
|
||||
<div class="col-12 row no-wrap">
|
||||
|
|
@ -268,7 +271,6 @@ onMounted(() => {
|
|||
</div>
|
||||
<div class="col-xs-12 col-sm-9 q-pa-md row">
|
||||
<div class="col-12">
|
||||
<IndicatorTotal />
|
||||
<div class="row q-col-gutter-sm items-center q-mb-sm no-wrap">
|
||||
<datepicker
|
||||
menu-class-name="modalfix"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import type {
|
|||
} from "@/modules/01_masterdata/interface/index/Main";
|
||||
|
||||
import DialogHistory from "@/modules/01_masterdata/components/Indicators/DialogHistory.vue";
|
||||
import IndicatorTotal from "@/modules/01_masterdata/components/Indicators/Summary.vue";
|
||||
import Summary from "@/modules/01_masterdata/components/Indicators/Summary.vue";
|
||||
|
||||
/** importStore*/
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
|
|
@ -273,10 +273,10 @@ onMounted(async () => {
|
|||
<div class="toptitle text-dark col-12 row items-center">
|
||||
รายการตัวชี้วัดตามตำแหน่ง
|
||||
</div>
|
||||
|
||||
<Summary />
|
||||
|
||||
<q-card flat bordered class="q-pa-md">
|
||||
<div class="col-12">
|
||||
<IndicatorTotal />
|
||||
</div>
|
||||
<div class="row q-gutter-sm no-wrap q-mb-sm">
|
||||
<q-select
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue