From f2870bd287cea186e53af10ffcd2a6759a1f4bde Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 23 Apr 2024 17:31:57 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B9=81=E0=B8=9A=E0=B8=9A=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B9=80?= =?UTF-8?q?=E0=B8=A1=E0=B8=B4=E0=B8=99=20=3D>=20=E0=B8=9C=E0=B8=A5?= =?UTF-8?q?=E0=B8=AA=E0=B8=B1=E0=B8=A1=E0=B8=A4=E0=B8=97=E0=B8=98=E0=B8=B4?= =?UTF-8?q?=E0=B9=8C=E0=B8=82=E0=B8=AD=E0=B8=87=E0=B8=87=E0=B8=B2=E0=B8=99?= =?UTF-8?q?,=20=20=E0=B8=87=E0=B8=B2=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88?= =?UTF-8?q?=E0=B9=84=E0=B8=94=E0=B9=89=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=A1?= =?UTF-8?q?=E0=B8=AD=E0=B8=9A=E0=B8=AB=E0=B8=A1=E0=B8=B2=E0=B8=A2=E0=B8=9E?= =?UTF-8?q?=E0=B8=B4=E0=B9=80=E0=B8=A8=E0=B8=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../08_KPI/components/Tab/01_Assessment.vue | 15 ++++++- .../Tab/Dialog/03_FormIndicatorSpecial.vue | 43 ++++++++++++++++++- .../components/Tab/Topic/01_Indicator.vue | 17 ++++++-- 3 files changed, 68 insertions(+), 7 deletions(-) diff --git a/src/modules/08_KPI/components/Tab/01_Assessment.vue b/src/modules/08_KPI/components/Tab/01_Assessment.vue index 684da19..04703a5 100644 --- a/src/modules/08_KPI/components/Tab/01_Assessment.vue +++ b/src/modules/08_KPI/components/Tab/01_Assessment.vue @@ -59,11 +59,24 @@ function fetchListRole() { }); } -function fetchAssigned() {} +function fetchAssigned() { + const data = [ + { + includingName: "name", + target: "เป่า", + point: "12", + weight: "12", + achievement: "12", + evaluationResults: "12", + }, + ]; + rows_03.value = data; +} onMounted(() => { fetchListPlanned(); fetchListRole(); + fetchAssigned(); }); diff --git a/src/modules/08_KPI/components/Tab/Dialog/03_FormIndicatorSpecial.vue b/src/modules/08_KPI/components/Tab/Dialog/03_FormIndicatorSpecial.vue index cd3195a..9883de6 100644 --- a/src/modules/08_KPI/components/Tab/Dialog/03_FormIndicatorSpecial.vue +++ b/src/modules/08_KPI/components/Tab/Dialog/03_FormIndicatorSpecial.vue @@ -1,9 +1,29 @@