PMCORE-3284:UI - set the color in the icon for custom case list

correction menu

documentation

CR
This commit is contained in:
fabio
2021-09-03 16:07:56 -04:00
parent c6be7f41d1
commit a5e860a0d9
5 changed files with 40 additions and 12 deletions

View File

@@ -468,7 +468,8 @@ export default {
showEllipsis: false,
dataSubtitle: {
subtitle: this.data.pageName,
icon: this.data.pageIcon
icon: this.data.pageIcon,
color: this.data.color
},
};
},
@@ -806,7 +807,8 @@ export default {
}
this.dataSubtitle = {
subtitle: newData.pageName,
icon: newData.pageIcon
icon: newData.pageIcon,
color: newData.color
}
}
if (this.typeView === "GRID" && this.$refs["vueTable"]) {