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