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