|
@@ -861,13 +861,13 @@
|
|
},
|
|
},
|
|
//位号颜色变换
|
|
//位号颜色变换
|
|
tableCellStyle({ row, column, rowIndex, columnIndex }) {
|
|
tableCellStyle({ row, column, rowIndex, columnIndex }) {
|
|
- if (columnIndex == 17 && row.warnFlag == 1){
|
|
|
|
|
|
+ if (columnIndex == 18 && row.warnFlag == 1){
|
|
return "background-color:rgba(255, 255,153, 0.5);"
|
|
return "background-color:rgba(255, 255,153, 0.5);"
|
|
}
|
|
}
|
|
- if (columnIndex == 17 && row.warnFlag == 2){
|
|
|
|
|
|
+ if (columnIndex == 18 && row.warnFlag == 2){
|
|
return "background-color:rgba(255, 180, 68, 0.5);"
|
|
return "background-color:rgba(255, 180, 68, 0.5);"
|
|
}
|
|
}
|
|
- if (columnIndex == 17 && row.warnFlag == 3){
|
|
|
|
|
|
+ if (columnIndex == 18 && row.warnFlag == 3){
|
|
return "background-color:rgba(255, 68,68, 0.5);"
|
|
return "background-color:rgba(255, 68,68, 0.5);"
|
|
}
|
|
}
|
|
},
|
|
},
|