From 6ca67ec94129a873c63871b2899ccd126b02c813 Mon Sep 17 00:00:00 2001 From: RuicyWu <1063154311@qq.com> Date: Thu, 21 May 2026 16:40:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E9=9D=99=E6=80=81=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assetsMap/map.html | 609 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 609 insertions(+) create mode 100644 assetsMap/map.html diff --git a/assetsMap/map.html b/assetsMap/map.html new file mode 100644 index 0000000..755254d --- /dev/null +++ b/assetsMap/map.html @@ -0,0 +1,609 @@ + + + + + 资产地图(聚合版) + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+ +
+ 总资产: {{allAssetsCount}} +
+ +
+ +
+ 已出租: {{rentedCount}} +
+ +
+
+ 未出租: {{vacantCount}} +
+ + + + + + +
+
+ + +
+
+ {{item.assetName || item.address}} +
+
+ + +
+ + +
+
+ {{currentRegion.address}} + +
+ +
+ 资产数量:{{currentRegion.assets ? currentRegion.assets.length : 0}} +
+ +
+
+
运营单位:{{a.manager}}
+
产权单位:{{a.owner}}
+
用途:{{a.purpose}}
+
地址:{{a.address}}
+
资产状态:{{a.status || 未知}}
+
面积:{{a.area}}㎡
+
备注:{{a.remark || '暂无'}}
+ +
+
+
+ +
+ + + + + \ No newline at end of file