สลับ options
This commit is contained in:
parent
a001797a2d
commit
cf9dc8f6fd
1 changed files with 5 additions and 5 deletions
|
|
@ -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<any>()
|
||||
const mainRowData = ref<any>();
|
||||
const tabMainevaluator = ref<string>("1");
|
||||
const yearRound = ref<number>(new Date().getFullYear());
|
||||
const formQuery = reactive<FormQuery>({
|
||||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue