李林
2024-03-18 07506d995a2ecff9decc0b3545caf1052308a228
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',