From 0c59c4864c55e95596dbed578c623462ed4d916c Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 4 Sep 2025 10:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 4 ++-- .../teamLeaseRecord/equipmentDetails.vue | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) 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; +}