fixing display org
This commit is contained in:
parent
7402545c9a
commit
0b9d3718af
1 changed files with 4 additions and 1 deletions
|
|
@ -261,7 +261,10 @@ watchEffect(() => {
|
|||
{{ props.rowIndex + 1 }}
|
||||
</div>
|
||||
|
||||
<div v-else-if="col.name == 'org'" class="text-html">
|
||||
<div
|
||||
v-else-if="col.name == 'organizationPositionOld'"
|
||||
class="text-html"
|
||||
>
|
||||
{{
|
||||
props.row.organizationPositionOld
|
||||
? props.row.organizationPositionOld
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue