|
|
@ -297,16 +297,16 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
rowStyle({row, rowIndex}) {
|
|
|
|
rowStyle({row, rowIndex}) {
|
|
|
|
let rowBackground = {};
|
|
|
|
let rowBackground = {};
|
|
|
|
if (row.autoTagStatus == 2) {
|
|
|
|
|
|
|
|
rowBackground.color = '#fffb00';
|
|
|
|
|
|
|
|
}else
|
|
|
|
|
|
|
|
if (row.scanActCount > row.count) {
|
|
|
|
|
|
|
|
rowBackground.color = '#000000';
|
|
|
|
|
|
|
|
}else
|
|
|
|
|
|
|
|
if (row.scanActCount < row.count) {
|
|
|
|
if (row.scanActCount < row.count) {
|
|
|
|
rowBackground.color = '#f60303';
|
|
|
|
rowBackground.color = '#F56C6C';
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (row.autoTagStatus == 2) {
|
|
|
|
|
|
|
|
rowBackground.color = '#E6A23C';
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (row.scanActCount >= row.count) {
|
|
|
|
|
|
|
|
rowBackground.color = '#67C23A';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
rowBackground.height = "38px"
|
|
|
|
rowBackground.height = "38px"
|
|
|
|
return rowBackground;
|
|
|
|
return rowBackground;
|
|
|
|
},
|
|
|
|
},
|
|
|
|