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 {