-
- {{
- props.row.organizationName !== null
- ? props.row.organizationName
- : "-"
- }}
- {{
- props.row.organizationShortName !== null
- ? `(${props.row.organizationShortName})`
- : ""
- }}
-
-
- {{
- props.row.positionPath !== null
- ? props.row.positionPath
- : "-"
- }}
- {{
- props.row.positionNumber !== null
- ? `(${props.row.positionNumber})`
- : ""
- }}
-
-