|
@@ -156,12 +156,12 @@ export default {
|
|
|
"上网",
|
|
|
"文档",
|
|
|
"设计",
|
|
|
- "美工",
|
|
|
+ // "美工",
|
|
|
// "运营",
|
|
|
"看小说",
|
|
|
"影视娱乐",
|
|
|
- "听音乐",
|
|
|
- "其他"
|
|
|
+ // "听音乐",
|
|
|
+ "其他工作"
|
|
|
]
|
|
|
},
|
|
|
toolbox: {
|
|
@@ -184,16 +184,13 @@ export default {
|
|
|
radius: [30, 110],
|
|
|
roseType: "area",
|
|
|
data: [
|
|
|
- { value: (this.timeList[1]/3600).toFixed(2), name: "编程" },
|
|
|
- { value: (this.timeList[2]/3600).toFixed(2), name: "上网" },
|
|
|
- { value: (this.timeList[3]/3600).toFixed(2), name: "文档" },
|
|
|
- { value: (this.timeList[4]/3600).toFixed(2), name: "设计" },
|
|
|
- { value: (this.timeList[5]/3600).toFixed(2), name: "美工" },
|
|
|
- // { value: (this.timeList[6]/3600).toFixed(2), name: "运营" },
|
|
|
- { value: (this.timeList[6]/3600).toFixed(2), name: "看小说" },
|
|
|
- { value: (this.timeList[7]/3600).toFixed(2), name: "影视娱乐" },
|
|
|
- { value: (this.timeList[8]/3600).toFixed(2), name: "听音乐" },
|
|
|
- { value: (this.timeList[0]/3600).toFixed(2), name: "其他" }
|
|
|
+ { value: (this.timeList[1] / 3600).toFixed(2), name: "编程" },
|
|
|
+ { value: (this.timeList[2] / 3600).toFixed(2), name: "上网" },
|
|
|
+ { value: (this.timeList[3] / 3600).toFixed(2), name: "文档" },
|
|
|
+ { value: (this.timeList[4] / 3600).toFixed(2), name: "设计" },
|
|
|
+ { value: (this.timeList[7] / 3600).toFixed(2), name: "看小说" },
|
|
|
+ { value: (this.timeList[8] / 3600).toFixed(2), name: "影视娱乐" },
|
|
|
+ { value: (this.timeList[0] / 3600).toFixed(2), name: "其他工作" }
|
|
|
]
|
|
|
}
|
|
|
]
|
|
@@ -209,7 +206,7 @@ export default {
|
|
|
converType(type) {
|
|
|
switch (type) {
|
|
|
case 0:
|
|
|
- return "其他";
|
|
|
+ return "其他工作";
|
|
|
case 1:
|
|
|
return "编程";
|
|
|
case 2:
|