|
@@ -152,7 +152,7 @@ export default {
|
|
|
top: 30,
|
|
|
bottom: 20,
|
|
|
data: [
|
|
|
- "编程",
|
|
|
+ "研发",
|
|
|
"上网",
|
|
|
"文档",
|
|
|
"设计",
|
|
@@ -185,7 +185,7 @@ export default {
|
|
|
radius: [30, 110],
|
|
|
roseType: "area",
|
|
|
data: [
|
|
|
- { value: (this.timeList[1] / 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: "设计" },
|
|
@@ -210,7 +210,7 @@ export default {
|
|
|
case 0:
|
|
|
return "其他工作";
|
|
|
case 1:
|
|
|
- return "编程";
|
|
|
+ return "研发";
|
|
|
case 2:
|
|
|
return "上网";
|
|
|
case 3:
|