ทดลองงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-26 16:32:03 +07:00
parent 576831410a
commit bae5342aed
6 changed files with 491 additions and 145 deletions

View file

@ -5,7 +5,7 @@ export const useProbationDataStore = defineStore("probationStore", () => {
const assign = ref<any>([])
const evaluate = ref<any>([])
const tabs = ref<any>([]);
const mainTab = ref<string>('tab1')
const mainTab = ref<string>('')
const assignOutput = ref<any>([])
const director = ref<any>([])