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