This commit is contained in:
Warunee Tamkoo 2024-04-30 09:22:46 +07:00
parent 681367b790
commit 63069f50f4
2 changed files with 11 additions and 7 deletions

View file

@ -5,7 +5,11 @@ import type { DataOptions } from "./interface/index/Main";
export const useKpiDataStore = defineStore("KPIDate", () => {
const tabMain = ref<string>("1");
const dataProfile = ref<any>();
const dataEvaluation = ref<any>();
const dataEvaluation = ref<any>({
plannedPoint: 0,
rolePoint: 0,
specialPoint: 0,
});
const competencyType = ref<DataOptions[]>([
{