From d7089cd06751c15c83073257c30fe2103135c71a Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Tue, 20 Aug 2024 10:57:06 +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=B9=80=E0=B8=AA=E0=B8=94=E0=B8=87=E0=B8=82=E0=B9=89=E0=B8=AD?= =?UTF-8?q?=E0=B8=A1=E0=B8=B9=E0=B8=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/14_KPI/views/detailView.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/modules/14_KPI/views/detailView.vue b/src/modules/14_KPI/views/detailView.vue index be7f12afe..bd6c39bd8 100644 --- a/src/modules/14_KPI/views/detailView.vue +++ b/src/modules/14_KPI/views/detailView.vue @@ -413,6 +413,8 @@ const evaluator = ref({ posTypeName: "", posLevelName: "", org: "", + isPosmasterAct: false, + posmasterAct: [], }); async function fetchProfileEvaluator(id: string) { showLoader(); @@ -426,6 +428,8 @@ async function fetchProfileEvaluator(id: string) { evaluator.value.position = data.position; evaluator.value.posTypeName = data.posTypeName; evaluator.value.posLevelName = data.posLevelName; + evaluator.value.isPosmasterAct = data.isPosmasterAct; + evaluator.value.posmasterAct = data.posmasterAct[0]; evaluator.value.org = findOrgName(data); }) .catch((e) => { @@ -1091,8 +1095,13 @@ onMounted(async () => {
รักษาการในตำแหน่ง/การรักษาราชการแทน
-
-
+
+ {{ + `${evaluator.posmasterAct.prefix}${evaluator.posmasterAct.firstName} ${evaluator.posmasterAct.lastName} (${evaluator.posmasterAct.posNo})` + }}
+
-
+