แก้ kpi
This commit is contained in:
parent
4629ec5a01
commit
b71ca2ddf5
8 changed files with 100 additions and 66 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue