Commit 067744db authored by 华国豪's avatar 华国豪 🙄

Merge branch 'master' of http://gitlab.oytour.com/luochao/muse

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