Commit e5b02974 authored by guoyou's avatar guoyou

订单统计日期

parent 5b190ae4
...@@ -89,8 +89,8 @@ export default { ...@@ -89,8 +89,8 @@ export default {
] ]
this.chartSettings = { this.chartSettings = {
labelMap: { labelMap: {
orderAmount: '数量', orderAmount: '金额',
orderNum: '量' orderNum: '订单量'
} }
} }
return { return {
...@@ -133,11 +133,11 @@ export default { ...@@ -133,11 +133,11 @@ export default {
id:'', id:'',
}, },
{ {
name: '未完成', name: '未支付',
id: 0 id: 0
}, },
{ {
name: '已完成', name: '已支付',
id: 1 id: 1
} }
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment