หน้ารายการผู้ประเมิน => เพิ่ม tab
This commit is contained in:
parent
a99119660b
commit
f28baeb158
7 changed files with 472 additions and 114 deletions
7
src/modules/08_KPI/stores/evaluator.ts
Normal file
7
src/modules/08_KPI/stores/evaluator.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref } from "vue";
|
||||
|
||||
export const useKPIEvaluatorDataStore = defineStore("KPIEvaluator", () => {
|
||||
const tabMain = ref<string>("");
|
||||
return { tabMain };
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue