diff --git a/src/api/14_KPI/api.KPI.ts b/src/api/14_KPI/api.KPI.ts index 1bca35e14..2de431732 100644 --- a/src/api/14_KPI/api.KPI.ts +++ b/src/api/14_KPI/api.KPI.ts @@ -1,10 +1,12 @@ import env from "../index"; const KPI = `${env.API_URI}/kpi`; const kpiPeriod = `${env.API_URI}/kpi/period`; +const kpiEvaluation = `${env.API_URI}/kpi/evaluation`; export default { KPI, /** รอบการประเมินผล*/ kpiPeriod: `${kpiPeriod}`, kpiPeriodById: (id: string) => `${kpiPeriod}/${id}`, + kpiEvaluation }; diff --git a/src/modules/14_KPI/components/competency/04ListCriteria.vue b/src/modules/14_KPI/components/competency/04ListCriteria.vue index b77c54a45..f78c0e2d3 100644 --- a/src/modules/14_KPI/components/competency/04ListCriteria.vue +++ b/src/modules/14_KPI/components/competency/04ListCriteria.vue @@ -1,6 +1,14 @@ @@ -55,16 +76,13 @@ const array = ref([]) - + ([]) - {{ fieldLabels[field as keyof typeof fieldLabels] }} + {{ field.level }} { hide-bottom-space /> - + @@ -439,12 +439,12 @@ onMounted(() => { - + ระดับคะแนน - อ้างอิง + ผลสำเร็จของงาน @@ -504,8 +504,8 @@ onMounted(() => { dense outlined class="inputgreen" - label="กรอกข้อความเพื่อไว้ใช้อ้างอิงเท่านั้น" - :rules="[(val:string) => !!val || `${'กรุณากรอกข้อความเพื่อไว้ใช้อ้างอิงเท่านั้น'}`,]" + label="กรอกผลสำเร็จของงาน" + :rules="[(val:string) => !!val || `${'กรุณากรอกผลสำเร็จของงาน'}`,]" hide-bottom-space />