PMCORE-3302:Custom cases list: does not work the Owner tooltip

This commit is contained in:
fabio
2021-09-09 17:38:12 -04:00
parent f53d9c86c7
commit d217336479
2 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
</div>
</div>
<div slot="owner" slot-scope="props">
<OwnerCell :data="props.row.owner" />
<OwnerCell :data="props.row.owner" />
</div>
</v-server-table>
</div>
@@ -175,7 +175,8 @@ export default {
userInfo: userDataFormat || "",
userEmail: v.userEmail,
userId: v.userId,
userPosition: v.userPosition || ""
userPosition: v.userPosition || "",
caseListId: v.id
}
data.push(v);
});