text-html

This commit is contained in:
setthawutttty 2025-05-15 13:41:51 +07:00
parent e9bdd7882a
commit b8efbbced7

View file

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