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