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