From fc1d1365e8a22aad83d3e574a6608540ac72cbac Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 16 May 2024 16:39:20 +0700 Subject: [PATCH] fix bug kpi development --- .../08_KPI/components/Tab/Topic/03_Develop.vue | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/modules/08_KPI/components/Tab/Topic/03_Develop.vue b/src/modules/08_KPI/components/Tab/Topic/03_Develop.vue index 510db23..dcc510b 100644 --- a/src/modules/08_KPI/components/Tab/Topic/03_Develop.vue +++ b/src/modules/08_KPI/components/Tab/Topic/03_Develop.vue @@ -152,14 +152,14 @@ const type = ref(""); const idList = ref(""); function openPopupProgress(id: string) { modalProgress.value = true; - type.value = "develop"; + type.value = "development"; idList.value = id; } function openPopupProblem(id: string) { modalProblem.value = true; - type.value = "develop"; + type.value = "development"; idList.value = id; } @@ -246,13 +246,7 @@ onMounted(() => { {{ col.label }} - +