text-html
This commit is contained in:
parent
e9bdd7882a
commit
b8efbbced7
1 changed files with 3 additions and 0 deletions
|
|
@ -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 : "-" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue