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