รายละเอียดตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-05 11:16:29 +07:00
parent 01f89066a0
commit f77ab65589
6 changed files with 260 additions and 84 deletions

View file

@ -58,16 +58,6 @@ export const useOrganizational = defineStore("organizationalStore", () => {
posTypeName: e.posTypeName ? e.posTypeName : "-",
posLevelName: e.posLevelName ? e.posLevelName : "-",
posExecutiveName: e.posExecutiveName ? e.posExecutiveName : "-",
// positions: [
// {
// ...e.positions,
// positionName: e.positionName ? e.positionName : "-",
// posTypeName: e.posTypeName ? e.posTypeName : "-",
// posLevelName: e.posLevelName ? e.posLevelName : "-",
// posExecutiveName: e.posExecutiveName ? e.posExecutiveName : "-",
// positionIsSelected: e.positionIsSelected ? "มีคนครอง" : "ไม่มีคนครอง",
// },
// ],
}));
return newPosMaster;
}