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