wu
2023-12-12 394abad80b29980e7390ec0a238d59260b078c07
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;
        }