diff --git a/pages.json b/pages.json
index d9d05ff..48e8df6 100644
--- a/pages.json
+++ b/pages.json
@@ -636,10 +636,16 @@
"navigationBarTitleText": "订单详情"
}
},
+ {
+ "path": "user_invoice_Finance/index",
+ "style": {
+ "navigationBarTitleText": "财务公开"
+ }
+ },
{
"path": "user_invoice_order_list/index",
"style": {
- "navigationBarTitleText": "订单详情"
+ "navigationBarTitleText": "财务详情"
}
},
{
diff --git a/pages/admin/order/index.vue b/pages/admin/order/index.vue
index c44a0b9..506c7d8 100644
--- a/pages/admin/order/index.vue
+++ b/pages/admin/order/index.vue
@@ -1,747 +1,348 @@
-
-
-
-
- 账户余额(元)
-
-
- 666666666666
-
-
-
- 可提现金额 115.00 元
-
-
-
-
-
-
- -
- 商户收入(元)
- 100.00
-
- - 冻结金额(元)
- 100.00
-
- - 优惠券补贴(元)
- 100.00
-
- - 退款支出(元)
- 100.00
-
- - 佣金支出(元)
- 100.00
-
- - 平台手续费(元)
- 100.00
-
-
-
-
-
-
+
+
+
+
+
+ 数据统计
+
+
+
+ {{ orderData.today.payPrice }}
+ 今日成交额
+
+
+ {{ orderData.yesterday.payPrice }}
+ 昨日成交额
+
+
+ {{ orderData.month.payPrice }}
+ 本月成交额
+
+
+ {{ orderData.today.orderNum}}
+ 今日订单数
+
+
+ {{ orderData.yesterday.orderNum }}
+ 昨日订单数
+
+
+ {{ orderData.month.orderNum}}
+ 本月订单数
+
+
+
+
+
+ 详细数据
+
+
+ 日期
+ 订单数
+ 成交额
+
+
+
+ {{ item.day }}
+ {{ item.total }}
+ {{ item.pay_price }}
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue
index fc7d3ce..218e530 100644
--- a/pages/gather/gather.vue
+++ b/pages/gather/gather.vue
@@ -44,6 +44,11 @@
视频教学
+
+
+
+ 财务公开
+
+
+ 可提现金额 115.00 元
+
+
+
+
+
+
+ -
+ 商户收入(元)
+ 100.00
+
+ - 冻结金额(元)
+ 100.00
+
+ - 优惠券补贴(元)
+ 100.00
+
+ - 退款支出(元)
+ 100.00
+
+ - 佣金支出(元)
+ 100.00
+
+ - 平台手续费(元)
+ 100.00
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/images/cwgk.png b/static/images/cwgk.png
new file mode 100644
index 0000000..04ff500
Binary files /dev/null and b/static/images/cwgk.png differ