fix แสดง icon เลือกตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-22 18:09:55 +07:00
parent 72bba50289
commit 9d0ed5690d

View file

@ -993,8 +993,18 @@ watch(
{{ col.value ? col.value : "-" }}
</div>
<div v-else-if="col.name === 'positionName'">
{{ col.value ? col.value : "-" }}
<q-icon
v-if="props.row.positionIsSelected"
name="check"
color="primary"
/>
</div>
<div v-else class="text-body2">
{{ col.value }}
{{ col.value ? col.value : "-" }}
</div>
</q-td>
</q-tr>