From a487e8445d2a042a3de50cc39a917a631a5c5b6c Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 29 Apr 2024 11:52:38 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=A5=E0=B8=B0?= =?UTF-8?q?=E0=B9=80=E0=B8=AD=E0=B8=B5=E0=B8=A2=E0=B8=94=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B9=80=E0=B8=A1=E0=B8=B4?= =?UTF-8?q?=E0=B8=99=E0=B8=9C=E0=B8=A5=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=9B?= =?UTF-8?q?=E0=B8=8F=E0=B8=B4=E0=B8=9A=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=8A=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B8=94=E0=B8=B1=E0=B8=9A=E0=B8=9A=E0=B8=B8=E0=B8=84=E0=B8=84?= =?UTF-8?q?=E0=B8=A5=20=3D>tab=20=E0=B8=AD=E0=B8=B7=E0=B9=88=E0=B8=99?= =?UTF-8?q?=E0=B9=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/KPI/api.kpis.ts | 2 - .../08_KPI/components/Tab/02_Evaluator.vue | 196 ++++++++++++++++-- src/modules/08_KPI/interface/request/index.ts | 16 +- .../08_KPI/interface/response/index.ts | 15 ++ 4 files changed, 209 insertions(+), 20 deletions(-) create mode 100644 src/modules/08_KPI/interface/response/index.ts 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 @@