diff --git a/src/views/material/ma/device/index.vue b/src/views/material/ma/device/index.vue index e60c9098..17921c18 100644 --- a/src/views/material/ma/device/index.vue +++ b/src/views/material/ma/device/index.vue @@ -865,8 +865,9 @@ export default { // 创建设备编号容器 const boxCodeContainer = document.createElement('div') + boxCodeContainer.style.fontSize = '35px' boxCodeContainer.className = 'boxCode' - boxCodeContainer.innerText = `设备编号:${row.maCode || '未知'}` + boxCodeContainer.innerText = `${row.maCode || '未知'}` codeQrContainer.appendChild(boxCodeContainer) // 为了保证页面不被遮挡,可以通过一些 CSS 来调整布局 diff --git a/src/views/material/standardBox/index.vue b/src/views/material/standardBox/index.vue index f164fa54..d5ffa825 100644 --- a/src/views/material/standardBox/index.vue +++ b/src/views/material/standardBox/index.vue @@ -56,12 +56,12 @@ 查看 + + 下载 + 设备明细 - 删除 @@ -122,7 +122,7 @@
-
编号:{{ rowObj.boxCode }}
+
{{ rowObj.boxCode }}