liuzhihui 2 anni fa
parent
commit
39011b6a93

+ 6 - 6
CallCenterWeb.UI/RMYYAPP/pages/myTask/myTask.vue

@@ -115,22 +115,22 @@
115 115
 				orderListData: [],
116 116
 				reportListData: [{
117 117
 						id: "15",
118
-						imagePath: "../../static/icon_vehicleScheduling.png",
119
-						imageBg: "#aaffff",
118
+						imagePath: "../../static/icon_ri.png",
119
+						imageBg: "#00c3c3",
120 120
 						text: "日报", //WorkOrder/GetLDDealList
121 121
 						navigateToUrl: "/pages/myTask/reportForm/reportForm?reportType=0",
122 122
 					},
123 123
 					{
124 124
 						id: "16",
125
-						imagePath: "../../static/icon_vehicleScheduling.png",
126
-						imageBg: "#aaffff",
125
+						imagePath: "../../static/icon_yue.png",
126
+						imageBg: "#00c3c3",
127 127
 						text: "月报", //WorkOrder/GetLDDealList
128 128
 						navigateToUrl: "/pages/myTask/reportForm/reportForm?reportType=1",
129 129
 					},
130 130
 					{
131 131
 						id: "17",
132
-						imagePath: "../../static/icon_vehicleScheduling.png",
133
-						imageBg: "#aaffff",
132
+						imagePath: "../../static/icon_rili.png",
133
+						imageBg: "#00c3c3",
134 134
 						text: "实时数据", //WorkOrder/GetLDDealList
135 135
 						navigateToUrl: "/pages/myTask/reportForm/reportForm?reportType=2",
136 136
 					}

+ 3 - 33
CallCenterWeb.UI/RMYYAPP/pages/myTask/reportForm/reportForm.vue

@@ -499,41 +499,11 @@
499 499
 						this.biechartData = JSON.parse(JSON.stringify(res))
500 500
 					} else {
501 501
 						var data = [{
502
-							name: "电视",
502
+							name: "电视电视",
503 503
 							value: 10
504 504
 						}, {
505
-							name: "电脑",
506
-							value: 10
507
-						}, {
508
-							name: "网络",
509
-							value: 10
510
-						}, {
511
-							name: "电视",
512
-							value: 10
513
-						}, {
514
-							name: "电脑",
515
-							value: 10
516
-						}, {
517
-							name: "网络",
518
-							value: 10
519
-						}, {
520
-							name: "电视",
521
-							value: 10
522
-						}, {
523
-							name: "电脑",
524
-							value: 10
525
-						}, {
526
-							name: "网络",
527
-							value: 10
528
-						}, {
529
-							name: "电视",
530
-							value: 10
531
-						}, {
532
-							name: "电脑",
533
-							value: 10
534
-						}, {
535
-							name: "网络",
536
-							value: 10
505
+							name: "电视电视",
506
+							value: 40
537 507
 						}]
538 508
 						var res = {
539 509
 							series: [{

BIN
CallCenterWeb.UI/RMYYAPP/static/icon_ri.png


BIN
CallCenterWeb.UI/RMYYAPP/static/icon_rili.png


BIN
CallCenterWeb.UI/RMYYAPP/static/icon_yue.png