Commit 59f29c93 authored by liudong1993's avatar liudong1993

1

parent 89b05f21
......@@ -71,7 +71,7 @@ export default {
position: 'top', // 在顶部显示
formatter: '{c} w' // 格式化金额,{c} 代表数据值
},
data: x.DetailList.map(y=>{return (y.Profit/10000).toFixed(2)}) // 绑定实时数据数组
data: x.DetailList.map(y=>{return (y.JLR/10000).toFixed(2)}) // 绑定实时数据数组
}
datas.push(obj)
if(indexs>6){
......
......@@ -71,7 +71,7 @@ export default {
position: 'top', // 在顶部显示
formatter: '{c} w' // 格式化金额,{c} 代表数据值
},
data: x.DetailList.map(y=>{return (y.MaoLi/10000).toFixed(2)}) // 绑定实时数据数组
data: x.DetailList.map(y=>{return (y.FinalProfit/10000).toFixed(2)}) // 绑定实时数据数组
}
datas.push(obj)
if(indexs>6){
......
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