refactor(placement): display columns posMasterNo
This commit is contained in:
parent
233118e4a3
commit
d978ba870b
2 changed files with 7 additions and 6 deletions
|
|
@ -14,9 +14,10 @@ export const useSelectOrgStore = defineStore("selectorg", () => {
|
|||
isPosition: e.isPosition,
|
||||
posMasterNo:
|
||||
e.orgShortname +
|
||||
(e.posMasterNoPrefix != null ? e.posMasterNoPrefix : " ") +
|
||||
(e.posMasterNoPrefix != null ? e.posMasterNoPrefix : "") +
|
||||
" " +
|
||||
e.posMasterNo +
|
||||
(e.posMasterNoSuffix != null ? e.posMasterNoSuffix : " "),
|
||||
(e.posMasterNoSuffix != null ? e.posMasterNoSuffix : ""),
|
||||
positionName: e.positionName,
|
||||
posTypeName: e.posTypeName,
|
||||
posLevelName: e.posLevelName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue