Commit e5b02974 authored by guoyou's avatar guoyou

订单统计日期

parent 5b190ae4
......@@ -89,8 +89,8 @@ export default {
]
this.chartSettings = {
labelMap: {
orderAmount: '数量',
orderNum: '量'
orderAmount: '金额',
orderNum: '订单量'
}
}
return {
......@@ -133,11 +133,11 @@ export default {
id:'',
},
{
name: '未完成',
name: '未支付',
id: 0
},
{
name: '已完成',
name: '已支付',
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