diff --git a/src/main.js b/src/main.js index 9c4ad99..6bf9e41 100644 --- a/src/main.js +++ b/src/main.js @@ -1,9 +1,9 @@ import { createSSRApp } from 'vue' import App from './App.vue' import pinia from './stores/index' -import VConsole from 'vconsole' +// import VConsole from 'vconsole' -new VConsole() +// new VConsole() import '@/styles/reset.css' import '@/styles/common.scss' diff --git a/src/pages/materialsStation/teamLeaseRecord/equipmentDetails.vue b/src/pages/materialsStation/teamLeaseRecord/equipmentDetails.vue index b442c7f..7a06d5c 100644 --- a/src/pages/materialsStation/teamLeaseRecord/equipmentDetails.vue +++ b/src/pages/materialsStation/teamLeaseRecord/equipmentDetails.vue @@ -28,11 +28,18 @@ -
+ +
编码详情
- {{ item.maCode }} + {{ index + 1 }}. {{ item.maCode }}
@@ -124,4 +131,9 @@ const handleItem = (item) => { display: flex; } } +.code-list { + width: 59vw; + max-height: 70vh; + overflow: auto; +}