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