wu
2023-12-12 394abad80b29980e7390ec0a238d59260b078c07
Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
1个文件已修改
5 ■■■■ 已修改文件
CanadaMes-ui/src/views/home/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | 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;
        }