11
WXL
2024-03-20 1e487a42549384f6e937a5c7d557563aedafec2c
src/views/project/fund/performanceApply/index.vue
@@ -597,7 +597,7 @@
      //this.totaldayin(id);
    },
    rowClassName({ row, column, rowIndex, columnIndex }) {
      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
      if (row.recordstatus == -1 && row.backflowlevel != null) {
        return "error-row";
      }
      return "";
@@ -622,7 +622,7 @@
</script>
<style lang="scss" scoped>
/* @import url(); 引入公共css类 */
.button-delete{
.button-delete {
  color: rgb(236, 69, 69);
}
::v-deep.el-table .error-row {