updated kpi

This commit is contained in:
Warunee Tamkoo 2024-06-26 20:24:39 +07:00
parent f7f0198613
commit c7cda1c7ba
11 changed files with 185 additions and 78 deletions

View file

@ -21,6 +21,7 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
date2Thai,
} = mixin;
const isUpdate = ref<boolean>(false);
const tabMainevaluator = ref<string>("1");
const yearRound = ref<number>(new Date().getFullYear());
const formQuery = reactive<FormQuery>({
@ -420,5 +421,6 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
yearRound,
selected,
work,
isUpdate,
};
});