洪海涛 4 ani în urmă
părinte
comite
010a6b7ad8

+ 3 - 0
src/views/monthlyReport/childrenPage/editReport/components/MrTable.vue

@@ -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
             }
           })