no message
This commit is contained in:
parent
7396f538bb
commit
fcfc2ac43a
2 changed files with 5 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "name",
|
||||
align: "left",
|
||||
label: "ชื่อ-นามสกุล",
|
||||
label: "ชื่อ - นามสกุล",
|
||||
sortable: true,
|
||||
field: "name",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue