Merge branch 'develop' into devTee
This commit is contained in:
commit
bfb9acfb05
10 changed files with 42 additions and 14 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