src/views/project/fund/medicalCostApply/index.vue
@@ -175,7 +175,7 @@ </template> </el-table-column> <el-table-column label="申请材料状态" label="材料预审状态" width="140" align="center" prop="checkstatus" @@ -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 {