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