src/components/view/b1-inspection-order.vue
@@ -241,7 +241,7 @@ type: 'text', method: 'download', disabFun: (row, index) => { return row.state != 1 return row.state != 1 || row.reportId == null } }, { id: 'verify', @@ -255,7 +255,10 @@ id: 'quash', font: '撤销', type: 'text', method: 'handlEquash' method: 'handlEquash', disabFun: (row, index) => { return row.state == 2 || row.state == 3 } }, { font: '下发', type: 'text',