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