diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index fec2eda..ad0ef47 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -22,32 +22,18 @@
- + - - - - - - - - - +
@@ -56,105 +42,37 @@ - +
- {{ Math.round(visitCountOutput) }} + {{ Math.round(item.count) }}
- +
- 总访客数 - {{ Math.round(visitCountOutput * 15) }} -
-
-
- - - - - - -
-
- {{ Math.round(dauCountOutput) }} -
- -
- -
- 总IP数 - {{ Math.round(dauCountOutput) }} -
-
-
- - - - - - -
-
- {{ Math.round(amountOutput) }} -
- -
- -
- 总销售额 - {{ Math.round(amountOutput * 15) }} -
-
-
- - - - - - -
-
- {{ Math.round(orderCountOutput) }} -
- -
- -
- 总订单量 - {{ Math.round(orderCountOutput * 15) }} + {{ item.dataDesc }} + {{ Math.round(item.count * 15) }}
@@ -162,27 +80,17 @@ - - - - - - - - - - +