Commit 2a199ee4 authored by youjie's avatar youjie

no message

parent b15cc74f
......@@ -392,7 +392,7 @@ export default {
// labelText: this.Details.OrderMonthList[i].FormattedAmount,
// value: this.Details.OrderMonthList[i].TotalAmount
// })
let name = this.Details.OrderMonthList[i].MonthStr
let name = this.Details.OrderMonthList[i].MonthStr+'月'
if(this.Details.OrderMonthList[i].MonthStr<10) name = this.Details.OrderMonthList[i].MonthStr.slice(1,2)+'月'
this.chartsData.categories.push(name)
this.chartsData.series[0].data.push(this.Details.OrderMonthList[i].TotalAmount)
......
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