11
WXL
2024-02-29 0d09a0cc70c4e3702368295c07efc14cdf89d023
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 "";