src/views/business/rawMaterialInspection/index.vue
@@ -325,16 +325,16 @@ return this.tabIndex === 0 }, }, { name: '撤销报检', type: 'text', clickFun: (row) => { this.cancelDeclare(row); }, showHide: (row) => { return this.tabIndex === 1 }, }, // { // name: '撤销报检', // type: 'text', // clickFun: (row) => { // this.cancelDeclare(row); // }, // showHide: (row) => { // return this.tabIndex === 1 // }, // }, ] } ],