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