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

@ -85,7 +85,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "name",
align: "left",
label: "ชื่อ-นามสกุล",
label: "ชื่อ - นามสกุล",
sortable: true,
field: "name",
headerStyle: "font-size: 14px",

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">