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",
|
name: "name",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ชื่อ-นามสกุล",
|
label: "ชื่อ - นามสกุล",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "name",
|
field: "name",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
|
|
@ -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