@@ -966,7 +966,7 @@ const config = computed(() => {
},
renderHTML(row) {
return [
- row.type == 1 && row.writeOffStatus == 0
+ row.type == 1 && row.writeOffStatus == 0 && row.status == '30'
? {
attrs: {
label: "核销",