gaoluyang
2025-12-09 214f889f6c5c8938250ea0b1dfe010ed160a8c0e
src/views/equipmentManagement/calibration/index.vue
@@ -142,9 +142,6 @@
            type: "text",
            clickFun: (row) => {
               openCalibrationDia("edit", row);
            },
            disabled: (row) => {
               return row.userId !== userStore.id
            }
         },
      ],