洪海涛 4 年之前
父节点
当前提交
010a6b7ad8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/monthlyReport/childrenPage/editReport/components/MrTable.vue

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