From 2fda34643bc22e25f6c569415da5f955c81536bf Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期二, 03 六月 2025 09:37:08 +0800
Subject: [PATCH] 设备详情通过ID过滤/设备详情增加上传附件

---
 pages/device/device.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/device/device.vue b/pages/device/device.vue
index 55df6ab..52619df 100644
--- a/pages/device/device.vue
+++ b/pages/device/device.vue
@@ -27,7 +27,7 @@
 							</view>
 						</view>
 						<view class="flex">
-							<view class="flex-sub text-light bg-white padding-xs margin-xs radius">缁翠慨鐘舵��::</view>
+							<view class="flex-sub text-light bg-white padding-xs margin-xs radius">缁翠慨鐘舵��:</view>
 							<view class="flex-sub bg-white padding-xs margin-xs   text-orange   radius text-right">
 								{{item.assetStatus_dictText}}
 							</view>
@@ -87,7 +87,7 @@
 		},
 		computed: {
 			top() {
-				return this.CustomBar * 2 + 160
+				return this.CustomBar * 2 + 100
 			},
 			style() {
 				var StatusBar = this.StatusBar;

--
Gitblit v1.9.3