fix: col.value

This commit is contained in:
setthawutttty 2025-08-14 15:18:30 +07:00
parent 179561f51d
commit c1dcc82c2d

View file

@ -300,8 +300,12 @@ watch(
: "-"
}}
</div>
<div v-else-if="col.name == 'organization'" class="text-html">
{{ props.row.organization ? props.rows.organization : "-" }}
<div
v-else-if="col.name == 'organization'"
class="text-html"
style="width: 200px"
>
{{ props.row ? col.value : "-" }}
</div>
<div v-else>
{{ col.value ? col.value : "-" }}