no message
This commit is contained in:
parent
7396f538bb
commit
fcfc2ac43a
2 changed files with 5 additions and 2 deletions
|
|
@ -640,7 +640,10 @@ onMounted(() => {
|
||||||
v-if="props.row.groupTarget !== 'OUTSIDERS'"
|
v-if="props.row.groupTarget !== 'OUTSIDERS'"
|
||||||
v-for="row in props.row.position"
|
v-for="row in props.row.position"
|
||||||
>
|
>
|
||||||
{{ `${row.posExecutive ?? "-"}` }}
|
{{ `${row.posExecutive ?row.posExecutive: "-"}` }}
|
||||||
|
</div>
|
||||||
|
<div v-if="props.row.position.length == 0">
|
||||||
|
-
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="table_ellipsis">
|
<div v-else class="table_ellipsis">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue