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