From dd76936d92a0ea634c2acba97af0737d5ac4ff47 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 23 Apr 2024 11:10:39 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B9=80?= =?UTF-8?q?=E0=B8=87=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=99=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87?= =?UTF-8?q?=20competency=20=E0=B9=81=E0=B8=A5=E0=B8=B0=E0=B8=9B=E0=B8=A3?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A=E0=B8=8A=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B9=84?= =?UTF-8?q?=E0=B8=9F=E0=B8=A5=E0=B9=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{01_Dialog.vue => 01_FormIndicator.vue} | 0 ...Dialog.vue => 03_FormIndicatorSpecial.vue} | 0 .../{04_Dialog.vue => 04_FormCompetency.vue} | 0 .../components/Tab/Topic/01_Indicator.vue | 5 +- .../components/Tab/Topic/02_Competency.vue | 54 +-------- .../Tab/Topic/02_CompetencyCard.vue | 5 +- src/modules/08_KPI/store.ts | 110 ++++++++++++++++++ src/modules/08_KPI/views/form.vue | 2 + 8 files changed, 116 insertions(+), 60 deletions(-) rename src/modules/08_KPI/components/Tab/Dialog/{01_Dialog.vue => 01_FormIndicator.vue} (100%) rename src/modules/08_KPI/components/Tab/Dialog/{03_Dialog.vue => 03_FormIndicatorSpecial.vue} (100%) rename src/modules/08_KPI/components/Tab/Dialog/{04_Dialog.vue => 04_FormCompetency.vue} (100%) diff --git a/src/modules/08_KPI/components/Tab/Dialog/01_Dialog.vue b/src/modules/08_KPI/components/Tab/Dialog/01_FormIndicator.vue similarity index 100% rename from src/modules/08_KPI/components/Tab/Dialog/01_Dialog.vue rename to src/modules/08_KPI/components/Tab/Dialog/01_FormIndicator.vue diff --git a/src/modules/08_KPI/components/Tab/Dialog/03_Dialog.vue b/src/modules/08_KPI/components/Tab/Dialog/03_FormIndicatorSpecial.vue similarity index 100% rename from src/modules/08_KPI/components/Tab/Dialog/03_Dialog.vue rename to src/modules/08_KPI/components/Tab/Dialog/03_FormIndicatorSpecial.vue diff --git a/src/modules/08_KPI/components/Tab/Dialog/04_Dialog.vue b/src/modules/08_KPI/components/Tab/Dialog/04_FormCompetency.vue similarity index 100% rename from src/modules/08_KPI/components/Tab/Dialog/04_Dialog.vue rename to src/modules/08_KPI/components/Tab/Dialog/04_FormCompetency.vue diff --git a/src/modules/08_KPI/components/Tab/Topic/01_Indicator.vue b/src/modules/08_KPI/components/Tab/Topic/01_Indicator.vue index 98c4382..6e84a7e 100644 --- a/src/modules/08_KPI/components/Tab/Topic/01_Indicator.vue +++ b/src/modules/08_KPI/components/Tab/Topic/01_Indicator.vue @@ -1,7 +1,7 @@ - + diff --git a/src/modules/08_KPI/components/Tab/Topic/02_CompetencyCard.vue b/src/modules/08_KPI/components/Tab/Topic/02_CompetencyCard.vue index c51a7a7..84e6094 100644 --- a/src/modules/08_KPI/components/Tab/Topic/02_CompetencyCard.vue +++ b/src/modules/08_KPI/components/Tab/Topic/02_CompetencyCard.vue @@ -1,6 +1,6 @@