From d7f0a31e6984ef681ef96a2f1a2a2be62d3579b2 Mon Sep 17 00:00:00 2001 From: oat_dev Date: Thu, 18 Apr 2024 13:41:42 +0700 Subject: [PATCH] =?UTF-8?q?UI=20=E0=B8=95=E0=B8=B1=E0=B8=A7=E0=B8=8A?= =?UTF-8?q?=E0=B8=B5=E0=B9=89=E0=B8=A7=E0=B8=B1=E0=B8=94=E0=B8=95=E0=B8=B2?= =?UTF-8?q?=E0=B8=A1=E0=B9=81=E0=B8=9C=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/indicatorByPlan/DetailView.vue | 4 + .../indicatorByPlan/IndicatorByPlan.vue | 496 ++++++++++++++++++ 2 files changed, 500 insertions(+) create mode 100644 src/modules/14_KPI/components/indicatorByPlan/IndicatorByPlan.vue diff --git a/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue b/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue index a420bcf47..43fe12c2b 100644 --- a/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue +++ b/src/modules/14_KPI/components/indicatorByPlan/DetailView.vue @@ -6,6 +6,7 @@ import http from "@/plugins/http"; import config from "@/app.config"; import { useCounterMixin } from "@/stores/mixin"; +import IndicatorByPlan from "@/modules/14_KPI/components/indicatorByPlan/indicatorByPlan.vue"; const $q = useQuasar(); const router = useRouter(); @@ -36,6 +37,9 @@ onMounted(() => {}); /> {{ `${title}ตัวชี้วัดตามแผนฯ` }} + + + diff --git a/src/modules/14_KPI/components/indicatorByPlan/IndicatorByPlan.vue b/src/modules/14_KPI/components/indicatorByPlan/IndicatorByPlan.vue new file mode 100644 index 000000000..544128734 --- /dev/null +++ b/src/modules/14_KPI/components/indicatorByPlan/IndicatorByPlan.vue @@ -0,0 +1,496 @@ + + + + +