ทดลองงาน
This commit is contained in:
parent
576831410a
commit
bae5342aed
6 changed files with 491 additions and 145 deletions
|
|
@ -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>([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue