UI KPI
This commit is contained in:
parent
cf66659b9a
commit
59aa022bab
15 changed files with 1629 additions and 6 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref } from "vue";
|
||||
|
||||
export const useKpiDataStore = defineStore("KPIDate", () => {
|
||||
return {};
|
||||
const tabMain = ref<string>("1");
|
||||
return {tabMain};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue