src/views/project/travelexpenseapply/index.vue
@@ -2607,7 +2607,7 @@ //明显提示审批退回记录 rowClassName({ row, column, rowIndex, columnIndex }) { //此判断为最后三行 if (row.recordstatus == -1 && row.backflowlevel >= 0) { if (row.recordstatus == -1 && row.backflowlevel != null) { return "error-row"; } return "";