9/6 youhua

20240912_adapter_z
wangwei 7 months ago
parent fc467f5618
commit c112d7c040

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

Loading…
Cancel
Save