shaun-sheep 5 年之前
父節點
當前提交
4c5138ebf1
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/views/model/report/index.vue

+ 1 - 3
src/views/model/report/index.vue

@@ -210,10 +210,8 @@
       console.log(column.label,'==')
       if (column.label !== '模型楼层' && column.label !== '待删除设备数量' && column.label !== '待补充设备数量' && column.label !== '有问题的检查项') {
         return {
-          // background: '#f9f9f9',
-          // color: '#606266',
           background: '#f3f3f3',
-          // color: '#f3f3f3',
+          opacity:0.6,
           lineHeight: '30px'
         }
       }