gaoluyang
2025-03-06 0b2c49a83c2901e651af92f3a971cd61b05d518a
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'])
              },
            },
            {