11
WXL
2024-02-26 7bf2fb0fe59ca062ff4bf20688474ffae9856ce0
src/views/project/fund/expertFeeApply/index.vue
@@ -2573,7 +2573,7 @@
      }
    },
    rowClassName({ row, column, rowIndex, columnIndex }) {
      if (row.recordstatus == -1 && row.backflowlevel > 0) {
      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
        return "error-row";
      }
      return "";