|
@@ -1089,8 +1089,14 @@
|
|
|
|
|
|
// this.showlist1 = ['收入', '利润', '次数','新电途'];
|
|
// this.showlist1 = ['收入', '利润', '次数','新电途'];
|
|
var showlistColor = ['#5872c0', '#de6e6a', '#f3c96b', '#69be8d', '#c661b4'];
|
|
var showlistColor = ['#5872c0', '#de6e6a', '#f3c96b', '#69be8d', '#c661b4'];
|
|
- this.showlist1 = ['收入', '利润', '电量', '新电途', '快电'];
|
|
|
|
- var sz2 = ['todayAmount', 'todayProfit', 'todayEQAmount2', 'todayXDTAmount','todayKDAmount'];
|
|
|
|
|
|
+ this.showlist1 = ['收入', '利润', '电量', '新电途'];
|
|
|
|
+ var sz2 = ['todayAmount', 'todayProfit', 'todayEQAmount2', 'todayXDTAmount'];
|
|
|
|
+ if(this.info.accountType == 1){
|
|
|
|
+ this.showlist1 = ['收入', '利润', '电量', '新电途', '快电'];
|
|
|
|
+ var sz2 = ['todayAmount', 'todayProfit', 'todayEQAmount2', 'todayXDTAmount','todayKDAmount'];
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
var zLevel = [20, 40, 10, 30,9];
|
|
var zLevel = [20, 40, 10, 30,9];
|
|
//var sz2 = ['todayAmount', 'todayProfit', 'todayEQNum','todayXDTAmount'];
|
|
//var sz2 = ['todayAmount', 'todayProfit', 'todayEQNum','todayXDTAmount'];
|
|
if (!this.myChart) {
|
|
if (!this.myChart) {
|