zss
2024-01-22 36c83e777e50977590a07b641e5bf2cf8dedf1e0
src/views/quality/rawMaterial/index.vue
@@ -389,8 +389,9 @@
            }
        },
        formatJudgeState(row, column, cellValue){
            if(cellValue != undefined || cellValue != null){
            if(cellValue != undefined && cellValue != null && cellValue != ''){
                if(cellValue == 0){
                    console.log(cellValue);
                    return "<span style='color:#E84738;'>不合格</span>"
                }
                return "<span style='color:#34BD66;'>合格</span>"