From edad54a8f7674382596e657420aff387574cbdb1 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 15 Jul 2025 11:47:58 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B8=84=E0=B8=B0=E0=B9=81=E0=B8=99?= =?UTF-8?q?=E0=B8=99=20group=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/14_KPI/components/Tab/01_Assessment.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/modules/14_KPI/components/Tab/01_Assessment.vue b/src/modules/14_KPI/components/Tab/01_Assessment.vue index 67d2a18b1..1bcedeaf1 100644 --- a/src/modules/14_KPI/components/Tab/01_Assessment.vue +++ b/src/modules/14_KPI/components/Tab/01_Assessment.vue @@ -466,14 +466,23 @@ onMounted(async () => { สรุปผลการประเมินผลสัมฤทธิ์ของงาน (คะแนนเต็ม {{ - store.dataEvaluation.isProbation + groupNo == 2 + ? store.excusiveIndicatorScore + : store.dataEvaluation.isProbation ? store.indicatorProbationScore : store.indicatorScore }} คะแนน)
- {{ store.indicatorScoreVal.toFixed(2) }} + {{ + groupNo == 2 + ? ( + store.excusiveIndicator1ScoreVal + + store.excusiveIndicator2ScoreVal + ).toFixed(2) + : store.indicatorScoreVal.toFixed(2) + }}