รายละเอียดตำแหน่ง
This commit is contained in:
parent
01f89066a0
commit
f77ab65589
6 changed files with 260 additions and 84 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue