|
|
|
@ -318,9 +318,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
rowStyle({row, rowIndex}) {
|
|
|
|
|
let rowBackground = {};
|
|
|
|
|
if (this.$isBlank(row.finishUdiCode)) {
|
|
|
|
|
rowBackground.color = '#f60303';
|
|
|
|
|
}
|
|
|
|
|
// if (this.$isBlank(row.finishUdiCode)) {
|
|
|
|
|
// rowBackground.color = '#f60303';
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
rowBackground.height = "38px"
|
|
|
|
|
return rowBackground;
|
|
|
|
|