ปรับทะเบียนประวัติ และ แก้ไขการเพิ่มตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-07 13:32:21 +07:00
parent 954f90a81a
commit d2cf75cb3b
7 changed files with 279 additions and 182 deletions

View file

@ -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,