CanadaMes-ui/src/views/home/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
CanadaMes-ui/src/views/home/index.vue
@@ -1599,11 +1599,14 @@ rowIndex = column; let style = ""; if (columnIndex === 8 ) { style = "font-size:25px;"; style = "font-size:25px;text-align: center;"; } if (columnIndex === 9 && row.flip == 1) { style = "background-Color:yellow;"; } if (columnIndex === 6 && row.state == 3) { style = "background-Color:gray;"; } style return style; }