Commit 9f34a8df authored by zhengke's avatar zhengke

修改

parent 973ef678
......@@ -70,7 +70,7 @@ export default {
LookCount.push(item.LookCount);
Salelookordercount.push(item.Salelookordercount);
TcidCount.push(item.TcidCount);
B2BMemberPrice.push(item.B2BMemberPrice);
B2BMemberPrice.push(item.B2BMemberPrice.toFixed(2));
});
this.dateList2 = dates
this.InquireCount = InquireCount
......@@ -314,7 +314,7 @@ export default {
},
{
gridIndex: 3,
name : 'B2B均价',
name : '线路趋势',
type : 'value',
inverse: false,
splitLine: {
......
......@@ -70,7 +70,7 @@ export default {
LookCount.push(item.LookCount);
Salelookordercount.push(item.Salelookordercount);
TcidCount.push(item.TcidCount);
B2BMemberPrice.push(item.B2BMemberPrice);
B2BMemberPrice.push(item.B2BMemberPrice.toFixed(2));
});
this.dateList2 = dates
this.InquireCount = InquireCount
......@@ -348,7 +348,7 @@ export default {
},
{
gridIndex: 4,
name : 'B2B均价',
name : '线路趋势',
type : 'value',
inverse: false,
splitLine: {
......
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