界面修改

20240912_adapter_z
yewj 10 months ago
parent cd968e044e
commit 7161b32147

@ -305,7 +305,7 @@ export default {
rowBackground.color = '#E6A23C'; rowBackground.color = '#E6A23C';
} }
if (row.scanActCount >= row.count) { if (row.scanActCount >= row.count) {
rowBackground.color = '#67C23A'; rowBackground.color = '#56a717';
} }
rowBackground.height = "38px" rowBackground.height = "38px"
return rowBackground; return rowBackground;

Loading…
Cancel
Save