ทะเบียน
This commit is contained in:
parent
6acdb4722e
commit
619f36212a
11 changed files with 257 additions and 74 deletions
|
|
@ -2,6 +2,7 @@ import { ref, computed } from "vue";
|
|||
import { defineStore } from "pinia";
|
||||
|
||||
export const useProfileDataStore = defineStore("profile", () => {
|
||||
const emplployeeClass = ref<string | null>('')
|
||||
interface profile {
|
||||
main: { columns: String[] };
|
||||
education: { columns: String[] };
|
||||
|
|
@ -79,5 +80,6 @@ export const useProfileDataStore = defineStore("profile", () => {
|
|||
changeBirth,
|
||||
retireText,
|
||||
changeRetireText,
|
||||
emplployeeClass,
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue