src/views/business/inspectionTask/index.vue
@@ -428,9 +428,7 @@ this.editInspection(row); }, disabled: (row) => { return ( row.userName == null || row.insState == 3 || row.insState == 5 ); return (row.userName == null || row.insState == 3 || row.insState == 5) && this.checkPermi(['update:product:onPlan']) }, }, {