lilei 2 rokov pred
rodič
commit
ef267a6ade

+ 1 - 1
src/views/inventoryManagement/intelligentReplenishment/import.vue

@@ -67,7 +67,7 @@ export default {
       tableHeight: 500,
       cellStyleOption: {
           bodyCellClass: ({ row, column, rowIndex }) => {
-            return row.cost ? 'redBg-row':'';
+            return row.errorFlag == 1 ? 'redBg-row':'';
           },
       },
       columns: [