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