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 {