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 @@ + + + + +