diff --git a/src/components/Dashboard.vue b/src/components/Dashboard.vue index b4bbbea..db64c2a 100644 --- a/src/components/Dashboard.vue +++ b/src/components/Dashboard.vue @@ -92,15 +92,82 @@ - -
| 小区名称 | +实时用户数 | +总订单量 | +今日订单量 | +状态 | +
|---|---|---|---|---|
|
+
+
+ {{ community.name }}
+
+ |
+
+
+ {{ community.userCount }}
+
+
+ {{ formatTrend(community.userTrend) }}
+
+
+ |
+
+
+ {{ community.totalOrders }}
+
+
+ {{ formatTrend(community.totalOrdersTrend) }}
+
+
+ |
+
+
+ {{ community.todayOrders }}
+
+
+ {{ formatTrend(community.todayOrdersTrend) }}
+
+
+ |
+ + + {{ community.status }} + + | +