From d14a0b6be2bf74f850d8c53b93ba513ef234f789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=B0=B8=E8=B6=85?= <2090205686@qq.com> Date: Wed, 2 Jul 2025 11:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E5=95=86=E4=BA=A4=E6=98=93-=E4=BA=A4?= =?UTF-8?q?=E6=98=93=E5=88=86=E6=9E=90=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=A9=BA=E6=95=B0=E6=8D=AE=E6=97=B6=E7=9A=84=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trade/dataBoard.vue | 204 +++++++++++++++++++--------------- 1 file changed, 115 insertions(+), 89 deletions(-) diff --git a/src/views/trade/dataBoard.vue b/src/views/trade/dataBoard.vue index ce73a11..7d1eec5 100644 --- a/src/views/trade/dataBoard.vue +++ b/src/views/trade/dataBoard.vue @@ -14,22 +14,14 @@
- +
销售总额(元)
{{ topLeftData.salesTotalAmount }}
- +
订单总数(单)
{{ topLeftData.orderTotalNum }}
@@ -38,22 +30,14 @@
- +
浏览量(次)
{{ topLeftData.viewCount }}
- +
成功退款金额(元)
{{ topLeftData.refundSuccessAmout }}
@@ -67,30 +51,32 @@
-
+
{{ item.title }} - +
- {{ item.valueStr??'--' }} + {{ item.valueStr ?? '--' }} - {{ item.unit??'' }} + {{ item.unit ?? '' }}
{{ item.ratioMethod }}: - - - - {{ item.ratioValue??'' }}% + + + + + + + + {{ item.ratioValue ?? '' }}%
@@ -100,22 +86,19 @@
商品销量
- +