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 @@