fix แสดง icon เลือกตำแหน่ง
This commit is contained in:
parent
72bba50289
commit
9d0ed5690d
1 changed files with 11 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue