no message

This commit is contained in:
setthawutttty 2025-04-09 14:35:38 +07:00
parent 7396f538bb
commit fcfc2ac43a
2 changed files with 5 additions and 2 deletions

View file

@ -640,7 +640,10 @@ onMounted(() => {
v-if="props.row.groupTarget !== 'OUTSIDERS'"
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 v-else class="table_ellipsis">