diff --git a/src/views/platform/data_statistics/sales_ranking.vue b/src/views/platform/data_statistics/sales_ranking.vue new file mode 100644 index 0000000..a092295 --- /dev/null +++ b/src/views/platform/data_statistics/sales_ranking.vue @@ -0,0 +1,117 @@ + + + + + + + 商品销售数据top20 + + {{ + item.label + }} + + + + {{ item }} + + + 联想笔记本 + + + 99999 + + + + + + + + 商品交易金额top20 + + {{ + item.label + }} + + + + {{ item }} + + + 联想笔记本 + + + ¥99999 + + + + + + + + + \ No newline at end of file