บรรจุ > รายชื่อผู้สอบในรอบ
This commit is contained in:
parent
f560099626
commit
8779aec459
1 changed files with 8 additions and 9 deletions
|
|
@ -306,6 +306,9 @@ async function getTable() {
|
||||||
nodeId: data.nodeId,
|
nodeId: data.nodeId,
|
||||||
posmasterId: data.posmasterId,
|
posmasterId: data.posmasterId,
|
||||||
positionId: data.positionId,
|
positionId: data.positionId,
|
||||||
|
orgTreeShortName: data.orgTreeShortName,
|
||||||
|
posPath: data.posPath,
|
||||||
|
posNumber: data.posNumber,
|
||||||
};
|
};
|
||||||
rowsAll.value.push(rowData);
|
rowsAll.value.push(rowData);
|
||||||
});
|
});
|
||||||
|
|
@ -687,20 +690,16 @@ onMounted(async () => {
|
||||||
<div class="text-weight-medium">
|
<div class="text-weight-medium">
|
||||||
{{ props.row.orgName !== null ? props.row.orgName : "-" }}
|
{{ props.row.orgName !== null ? props.row.orgName : "-" }}
|
||||||
{{
|
{{
|
||||||
props.row.organizationShortName !== null
|
props.row.orgTreeShortName !== null
|
||||||
? `(${props.row.organizationShortName})`
|
? `(${props.row.orgTreeShortName})`
|
||||||
: ""
|
: ""
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-weight-light">
|
<div class="text-weight-light">
|
||||||
|
{{ props.row.posPath !== null ? props.row.posPath : "-" }}
|
||||||
{{
|
{{
|
||||||
props.row.positionPath !== null
|
props.row.orgTreeShortName !== null
|
||||||
? props.row.positionPath
|
? `(${props.row.orgTreeShortName}${props.row.posNumber})`
|
||||||
: "-"
|
|
||||||
}}
|
|
||||||
{{
|
|
||||||
props.row.positionNumber !== null
|
|
||||||
? `(${props.row.positionNumber})`
|
|
||||||
: ""
|
: ""
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue