updated kpi
This commit is contained in:
parent
f7f0198613
commit
c7cda1c7ba
11 changed files with 185 additions and 78 deletions
|
|
@ -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,
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue