diff --git a/src/views/invest/accountDealLocationScreen/index.vue b/src/views/invest/accountDealLocationScreen/index.vue index 59f29a1..795204b 100644 --- a/src/views/invest/accountDealLocationScreen/index.vue +++ b/src/views/invest/accountDealLocationScreen/index.vue @@ -70,24 +70,53 @@ +
+
+ 热点占比 + {{ formatPercent(topPointShare) }} + {{ topPoint?.locationName || '暂无热点' }} +
+
+ 点均消费 + {{ formatMoney(averageLocationAmount) }} + 按定位地点均摊 +
+
+ 当前点位占比 + {{ formatPercent(selectedPointShare) }} + {{ selectedPoint?.locationName || '未选择点位' }} +
+
+ 最近交易 + {{ latestRecordTime }} + {{ latestRecordName }} +
+
+
地点消费排行
@@ -97,23 +126,19 @@
点位明细 - {{ selectedPoint.dealCount || 0 }}笔交易
当前点位 {{ selectedPoint.locationName || '未命名地点' }} + {{ selectedPoint.locationAddress || '暂无地址' }}
累计消费 {{ formatMoney(selectedPoint.totalAmount) }}
-
- 地址 - {{ selectedPoint.locationAddress || '暂无地址' }} -
交易笔数 @@ -123,13 +148,45 @@ 单笔均值 {{ formatMoney(getAverageAmount(selectedPoint)) }}
-
- 经纬度 - {{ formatCoordinate(selectedPoint) }} +
+
+
+ + 正在加载点位流水 +
+
+
+
+ 子类构成 + {{ pointCategoryStats.length }}类 +
+
+
+ {{ item.label }} + {{ formatMoney(item.amount) }} +
+
+ +
+
+
+
+
+ 账户分布 + {{ pointAccountStats.length }}个 +
+
+
+ {{ item.label }} + {{ item.count }}笔 +
+
+ +
-
+
交易流水 最新 {{ recordList.length }} 条 @@ -153,7 +210,8 @@
- + +
@@ -165,10 +223,11 @@ + +