เพิ่ม SUMMARY
This commit is contained in:
parent
e669ce381b
commit
184f0bd7df
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import { defineStore } from "pinia";
|
import { defineStore } from "pinia";
|
||||||
import { ref, reactive } from "vue";
|
import { ref, reactive } from "vue";
|
||||||
import type { DataOption } from "@/modules/14_KPI/interface/index/Main";
|
import type { DataOption } from "@/modules/14_KPI/interface/index/Main";
|
||||||
import type { FormQuery } from "@/modules/14_KPI/interface/request/index";
|
import type { FormQuery } from "@/modules/14_KPI/interface/request/Index";
|
||||||
|
|
||||||
export const useKpiDataStore = defineStore("KPIDataAdmin", () => {
|
export const useKpiDataStore = defineStore("KPIDataAdmin", () => {
|
||||||
const tabMainevaluator = ref<string>("1");
|
const tabMainevaluator = ref<string>("1");
|
||||||
|
|
@ -138,6 +138,10 @@ export const useKpiDataStore = defineStore("KPIDataAdmin", () => {
|
||||||
id: "KP7",
|
id: "KP7",
|
||||||
name: "ประกาศและลงทะเบียนประวัติแล้ว",
|
name: "ประกาศและลงทะเบียนประวัติแล้ว",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "SUMMARY",
|
||||||
|
name: "สรุปผลการประเมิน",
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
function convertStatus(val: string) {
|
function convertStatus(val: string) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue