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