|
@@ -441,6 +441,9 @@ export default {
|
|
|
if (obj && obj.content[0].tableRows.length) {
|
|
|
updateAnalyticFeedback(params).then((res) => {
|
|
|
if (res.code === 200) {
|
|
|
+ if (res.data.search(/yellow/) > -1) {
|
|
|
+ res.data.replace(/yellow/, '#F0B044')
|
|
|
+ }
|
|
|
this.analyticFeedback = res.data
|
|
|
}
|
|
|
})
|