ปรับทะเบียนประวัติ และ แก้ไขการเพิ่มตำแหน่ง
This commit is contained in:
parent
954f90a81a
commit
d2cf75cb3b
7 changed files with 279 additions and 182 deletions
|
|
@ -2,6 +2,7 @@ import { ref, computed } from "vue";
|
|||
import { defineStore } from "pinia";
|
||||
|
||||
export const useProfileDataStore = defineStore("profile", () => {
|
||||
const isVerified = ref<boolean>(false);
|
||||
const emplployeeClass = ref<string | null>("");
|
||||
interface profile {
|
||||
main: { columns: String[] };
|
||||
|
|
@ -77,6 +78,7 @@ export const useProfileDataStore = defineStore("profile", () => {
|
|||
|
||||
return {
|
||||
isLoad,
|
||||
isVerified,
|
||||
profileData,
|
||||
changeProfileColumns,
|
||||
birthDate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue