From ea105bf8956212421d327bd9f2827e795dafd1ca Mon Sep 17 00:00:00 2001 From: jiang Date: Mon, 24 Nov 2025 11:24:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentLedger/index.vue | 85 ++++----------------------- src/views/business/apply/addApply.vue | 61 +++++++++++++++++-- 2 files changed, 67 insertions(+), 79 deletions(-) diff --git a/src/views/EquipmentLedger/index.vue b/src/views/EquipmentLedger/index.vue index 2463b5fd..cb076863 100644 --- a/src/views/EquipmentLedger/index.vue +++ b/src/views/EquipmentLedger/index.vue @@ -105,7 +105,7 @@ v-show="showSearch" :model="queryParams" :rules="queryRules" - style="margin-top: 20px" + style="margin-top: 10px" > @@ -232,7 +232,7 @@ clearable :controls="false" :min="0" - style="width: 120px" + style="width: 150px" /> - @@ -314,64 +314,6 @@ 共 {{ total }} 条记录 - - 自用出库 - - - - 装备维修 - - - 装备退役 - - - 装备退库 - - - 装备下架 - - - 装备上架 - @@ -403,6 +345,7 @@ :key="index" align="center" show-overflow-tooltip + min-width="200" :label="item.label" :prop="item.prop" > @@ -424,7 +367,7 @@ 自用 共享 退役 - 维修 + 维修 - + @@ -775,7 +712,7 @@ - + @@ -1650,9 +1587,9 @@ export default { -