|
@@ -157,7 +157,7 @@ export default {
|
|
"文档",
|
|
"文档",
|
|
"设计",
|
|
"设计",
|
|
"美工",
|
|
"美工",
|
|
- "运营",
|
|
|
|
|
|
+ // "运营",
|
|
"看小说",
|
|
"看小说",
|
|
"影视娱乐",
|
|
"影视娱乐",
|
|
"听音乐",
|
|
"听音乐",
|
|
@@ -189,10 +189,10 @@ export default {
|
|
{ value: (this.timeList[3]/3600).toFixed(2), name: "文档" },
|
|
{ value: (this.timeList[3]/3600).toFixed(2), name: "文档" },
|
|
{ value: (this.timeList[4]/3600).toFixed(2), name: "设计" },
|
|
{ value: (this.timeList[4]/3600).toFixed(2), name: "设计" },
|
|
{ value: (this.timeList[5]/3600).toFixed(2), name: "美工" },
|
|
{ value: (this.timeList[5]/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[9]/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[0]/3600).toFixed(2), name: "其他" }
|
|
]
|
|
]
|
|
}
|
|
}
|