fix(placement): seach organizationName
This commit is contained in:
parent
448b952498
commit
34b9e81bb1
6 changed files with 6 additions and 6 deletions
|
|
@ -171,7 +171,7 @@ const columns2 = ref<QTableProps["columns"]>([
|
|||
row.posLevelName !== null ? `${row.posLevelName}` : ""
|
||||
} ${
|
||||
row.nodeShortName !== null
|
||||
? `(${row.nodeShortName}${row.posMasterNo})`
|
||||
? `(${row.nodeShortName} ${row.posMasterNo})`
|
||||
: ""
|
||||
} ${findOrgName(row)}`;
|
||||
},
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ const columns2 = ref<QTableProps["columns"]>([
|
|||
row.posLevelName !== null ? `${row.posLevelName}` : ""
|
||||
} ${
|
||||
row.nodeShortName !== null
|
||||
? `(${row.nodeShortName}${row.posMasterNo})`
|
||||
? `(${row.nodeShortName} ${row.posMasterNo})`
|
||||
: ""
|
||||
} ${
|
||||
row.positionExecutive !== null
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ const columns2 = ref<QTableProps["columns"]>([
|
|||
row.posLevelName !== null ? `${row.posLevelName}` : ""
|
||||
} ${
|
||||
row.nodeShortName !== null
|
||||
? `(${row.nodeShortName}${row.posMasterNo})`
|
||||
? `(${row.nodeShortName} ${row.posMasterNo})`
|
||||
: ""
|
||||
} ${findOrgName(row)}`;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue