แก้ kpi

This commit is contained in:
setthawutttty 2025-01-16 17:00:36 +07:00
parent 4629ec5a01
commit b71ca2ddf5
8 changed files with 100 additions and 66 deletions

View file

@ -12,6 +12,7 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
const mixin = useCounterMixin();
const { showLoader, hideLoader, messageError } = mixin;
const mainRowData = ref<any>()
const isUpdate = ref<boolean>(false);
const tabMainevaluator = ref<string>("1");
const yearRound = ref<number>(new Date().getFullYear());
@ -512,7 +513,7 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
selected,
work,
isUpdate,
mainRowData,
resultsOptions,
statusOptions,
};