From d8296ab418e364c2786967dbe66c1907b62cb082 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 30 Jan 2026 16:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentRetireApply/detail.vue | 2 +- src/views/rent-facility/index.vue | 23 +++++++++++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/src/views/EquipmentRetireApply/detail.vue b/src/views/EquipmentRetireApply/detail.vue index 4697cee6..e9658ff4 100644 --- a/src/views/EquipmentRetireApply/detail.vue +++ b/src/views/EquipmentRetireApply/detail.vue @@ -92,7 +92,7 @@ v-if="canEdit && !scope.row.bmFileInfos.length > 0" :file-list="scope.row.bmFileInfos" > - 上传附件 + 上传附件 -
+
@@ -21,7 +21,7 @@ 导出数据
- + @@ -396,6 +396,25 @@ export default { display: flex; flex-direction: column; gap: 16px; + + ::v-deep.el-loading-mask{ + background-color:#E5EEF5; + } + ::v-deep.el-loading-spinner{ + position: absolute; + top: 40%; + left: 44%; + width: 12%; + height: 15%; + border-radius: 10px; + background-image: url('../../../public/lodingCar.gif'); + background-size: 100% 100%; + background-repeat: no-repeat; + background-position: center; + } + ::v-deep.el-loading-spinner>svg{ + display: none; + } } .chart-card {