diff --git a/src/views/statistics/order_product/index.vue b/src/views/statistics/order_product/index.vue index ec1f98ec..78c19122 100644 --- a/src/views/statistics/order_product/index.vue +++ b/src/views/statistics/order_product/index.vue @@ -23,6 +23,28 @@ @change="resetPage" /> --> + + + + + + { + storeloading.value = true + apiSystemStoreLists({ + name: e, + page_size: 50 + }) + .then((res) => { + storeList.value = res.lists + setTimeout(() => { + storeloading.value = false + }, 300) + }) + .catch((err) => { + setTimeout(() => { + storeloading.value = false + }, 300) + }) +} + // 选中数据 const selectData = ref([]) diff --git a/src/views/statistics/transaction/index.vue b/src/views/statistics/transaction/index.vue index adb696cf..208e5311 100644 --- a/src/views/statistics/transaction/index.vue +++ b/src/views/statistics/transaction/index.vue @@ -6,40 +6,64 @@
今日订单金额
¥ - {{ leftInfo.money || '0.00' }} + {{ leftInfo.money || '0.00' }}
- +
-
{{ rightInfo1[0]?.name }}{{ rightInfo1[0]?.now_money }}
-
- 昨日: {{rightInfo1[0]?.last_money}} - 日环比: - {{rightInfo1[0]?.rate}}% +
+ {{ rightInfo1[0]?.name + }}{{ rightInfo1[0]?.now_money }}
- -
{{ rightInfo2[0]?.name }}{{ rightInfo2[0]?.now_money }}
- 上月: {{rightInfo2[0]?.last_money}} + 昨日: {{ rightInfo1[0]?.last_money }} + 日环比: + {{ rightInfo1[0]?.rate }}% +
+ +
+ {{ rightInfo2[0]?.name + }}{{ rightInfo2[0]?.now_money }} +
+
+ 上月: {{ rightInfo2[0]?.last_money }} 月环比: - {{rightInfo2[0]?.rate}}% + {{ rightInfo2[0]?.rate }}%
-
{{ rightInfo1[1]?.name }}{{ rightInfo1[1]?.now_money }}
-
- 昨日: {{rightInfo1[1]?.last_money}} - 日环比: - {{rightInfo1[1]?.rate}}% +
+ {{ rightInfo1[1]?.name + }}{{ rightInfo1[1]?.now_money }}
- -
{{ rightInfo2[1]?.name }}{{ rightInfo2[1]?.now_money }}
- 上月: {{rightInfo2[1]?.last_money}} + 昨日: {{ rightInfo1[1]?.last_money }} + 日环比: + {{ rightInfo1[1]?.rate }}% +
+ +
+ {{ rightInfo2[1]?.name + }}{{ rightInfo2[1]?.now_money }} +
+
+ 上月: {{ rightInfo2[1]?.last_money }} 月环比: - {{rightInfo2[1]?.rate}}% + {{ rightInfo2[1]?.rate }}%
@@ -50,23 +74,52 @@ 交易概况
时间筛选: - + 查询
-
+
-
+
-
{{ item.name }}
+
+ {{ item.name }} + + + +
{{ item.money }}
-
环比增长: {{ - item.rate }}%
+
+ 环比增长: + {{ item.rate }}% +
@@ -78,7 +131,12 @@