บรรจุ => fux bug
This commit is contained in:
parent
243f500d4a
commit
8c9afd9b66
6 changed files with 13 additions and 8 deletions
|
|
@ -316,7 +316,12 @@ onMounted(() => {
|
|||
|
||||
<div
|
||||
v-else
|
||||
:class="col.name === 'affiliation' ? 'table_ellipsis' : ''"
|
||||
:class="
|
||||
col.name === 'organizationPositionOld' ||
|
||||
col.name === 'organization'
|
||||
? 'table_ellipsis'
|
||||
: ''
|
||||
"
|
||||
>
|
||||
{{ col.value ? col.value : "-" }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue