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