diff --git a/src/api/KPI/api.kpis.ts b/src/api/KPI/api.kpis.ts index b4971a4..edd7f13 100644 --- a/src/api/KPI/api.kpis.ts +++ b/src/api/KPI/api.kpis.ts @@ -35,6 +35,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..7a1092a 100644 --- a/src/modules/08_KPI/components/Tab/02_Evaluator.vue +++ b/src/modules/08_KPI/components/Tab/02_Evaluator.vue @@ -1,7 +1,25 @@ - + เสนอความคิดเห็น @@ -88,11 +196,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 +211,82 @@ onMounted(() => { - - - {{ col.value ? col.value : "-" }} - + + {{ col.value ? col.value : "-" }} + + ทั้งหมด {{ rows.length }} รายการ + + + + + + + + + + + + + + + + + + + + + บันทึกข้อมูล + + + +