tab 2 ผลการประเมินการ ฯ แสดงเหมือนของระบบบริหารจัดการ
This commit is contained in:
parent
3637b9dbdf
commit
3fec8ef37c
4 changed files with 776 additions and 255 deletions
8
src/modules/15_probationReport/store.ts
Normal file
8
src/modules/15_probationReport/store.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref } from "vue";
|
||||
import type { DataOption } from "@/modules/10_registry/interface/index/Main";
|
||||
|
||||
export const useProbationReport = defineStore("ProbationReportStore", () => {
|
||||
const tabMain = ref<string>("SURVEY");
|
||||
return { tabMain };
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue