shaun-sheep 5 anos atrás
pai
commit
e0aee33d75
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/model/report/index.vue

+ 2 - 2
src/views/model/report/index.vue

@@ -207,7 +207,7 @@
   },
   methods: {
     cellStyle({row, column, rowIndex, columnIndex}) {
-      console.log(column.label,'==')
+      console.log(row, column.label, '=====')
       if (column.label !== '模型楼层' && column.label !== '待删除设备数量' && column.label !== '待补充设备数量' && column.label !== '有问题的检查项') {
         return {
           background: '#f3f3f3',
@@ -505,7 +505,7 @@
 }
 /deep/ .el-table__row.warning-row {
   td {
-    /*background: #f9f9f9 !important;*/
+    background: #f9f9f9 !important;
   }
 }
 </style>