fix: add class 'text-html'

This commit is contained in:
setthawutttty 2025-08-06 14:46:26 +07:00
parent f22e0992b2
commit 62ac8a7730

View file

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