fix: col.value
This commit is contained in:
parent
179561f51d
commit
c1dcc82c2d
1 changed files with 6 additions and 2 deletions
|
|
@ -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 : "-" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue