src/views/project/fund/medicalCostApply/index.vue
@@ -1469,7 +1469,7 @@ } }, rowClassName({ row, column, rowIndex, columnIndex }) { if (row.recordstatus == -1 && row.backflowlevel >= 0) { if (row.recordstatus == -1 && row.backflowlevel != null) { return "error-row"; } return "";