@ -302,10 +302,10 @@ export default {
rowBackground.color = '#F56C6C';
}
if (row.autoTagStatus == 2) {
rowBackground.color = '#f59b43';
rowBackground.color = '#E6A23C';
if (row.scanActCount >= row.count) {
rowBackground.color = '#80f149';
rowBackground.color = '#67C23A';
rowBackground.height = "38px"
return rowBackground;