บรรจุ => ปรับ table รายชื่อผู้สอบในรอบ
This commit is contained in:
parent
0fd75e09f9
commit
4ae9b4a036
1 changed files with 1 additions and 1 deletions
|
|
@ -697,7 +697,7 @@ onMounted(async () => {
|
|||
}}
|
||||
</div>
|
||||
<div class="text-weight-light">
|
||||
{{ props.row.posPath !== null ? props.row.posPath : "-" }}
|
||||
{{ props.row.posPath !== null ? props.row.posPath : "" }}
|
||||
{{
|
||||
props.row.orgTreeShortName !== null
|
||||
? `(${props.row.orgTreeShortName}${props.row.posNumber})`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue