diff --git a/src/api/KPI/api.kpis.ts b/src/api/KPI/api.kpis.ts index f6245f7..e6bb2f9 100644 --- a/src/api/KPI/api.kpis.ts +++ b/src/api/KPI/api.kpis.ts @@ -32,6 +32,4 @@ export default { kpiEvaluationCheck: `${kpiEvaluation}/check`, /**ประเมิน*/ - - }; diff --git a/src/modules/08_KPI/components/Tab/02_Evaluator.vue b/src/modules/08_KPI/components/Tab/02_Evaluator.vue index f2968e9..2d7374c 100644 --- a/src/modules/08_KPI/components/Tab/02_Evaluator.vue +++ b/src/modules/08_KPI/components/Tab/02_Evaluator.vue @@ -1,8 +1,24 @@ - + เสนอความคิดเห็น @@ -88,11 +186,11 @@ onMounted(() => { flat bordered dense - hide-pagination class="custom-table" :visible-columns="visibleColumns" - :rows-per-page-options="[20]" + :rows-per-page-options="[10, 20, 50, 100]" no-data-label="ไม่มีข้อมูล" + v-model:pagination="pagination" > @@ -103,16 +201,82 @@ onMounted(() => { - - - {{ col.value ? col.value : "-" }} - + + {{ col.value ? col.value : "-" }} + + ทั้งหมด {{ rows.length }} รายการ + + + + + + + + + + + + + + + + + + + + + บันทึกข้อมูล + + + +