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