yxh
yxh
2024-02-26 f3f75b0c60a3ab2edcbb24a071a68f0c932f8b94
src/views/project/fund/officeExpenseApply/index.vue
@@ -1930,7 +1930,7 @@
    },
    rowClassName({ row, column, rowIndex, columnIndex }) {
      //此判断为最后三行
      if (row.recordstatus == -1 && row.backflowlevel != 0) {
      if (row.recordstatus == -1 && row.backflowlevel > 0) {
        return "error-row";
      }
    }