From cf9dc8f6fd43e2e3719039677fd233c5c4c52f4e Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 5 Feb 2025 17:28:33 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AA=E0=B8=A5=E0=B8=B1=E0=B8=9A=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/14_KPI/store.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/14_KPI/store.ts b/src/modules/14_KPI/store.ts index c1bc94aea..987805aa4 100644 --- a/src/modules/14_KPI/store.ts +++ b/src/modules/14_KPI/store.ts @@ -4,7 +4,7 @@ import type { DataOption } from "@/modules/14_KPI/interface/index/Main"; import type { FormQuery } from "@/modules/14_KPI/interface/request/index"; export const useKpiDataStore = defineStore("KPIDataAdmin", () => { - const mainRowData = ref() + const mainRowData = ref(); const tabMainevaluator = ref("1"); const yearRound = ref(new Date().getFullYear()); const formQuery = reactive({ @@ -131,6 +131,10 @@ export const useKpiDataStore = defineStore("KPIDataAdmin", () => { id: "EVALUATING_COMMANDER_HIGH", name: "รอผู้บังคับบัญชาเหนือขึ้นไปอีกชั้นหนึ่งตรวจสอบผล", }, + { + id: "SUMMARY", + name: "สรุปผลการประเมิน", + }, { id: "COMPLETE", name: "รอประกาศผลการประเมิน", @@ -139,10 +143,6 @@ export const useKpiDataStore = defineStore("KPIDataAdmin", () => { id: "KP7", name: "ประกาศและลงทะเบียนประวัติแล้ว", }, - { - id: "SUMMARY", - name: "สรุปผลการประเมิน", - }, ]); function convertStatus(val: string) {