11
WXL
2024-03-14 70e2bdb8631bfb7ec6c24ced81a236ff3197c937
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 "";
@@ -2623,7 +2623,7 @@
  background: #e8f4ff !important;
  /* color:whitesmoke; */
}
.button-delete{
.button-delete {
  color: rgb(236, 69, 69);
}
::v-deep.el-table .error-row {