Reiskuchen 5 lat temu
rodzic
commit
caaeaac9d8

+ 8 - 8
fhKeeper/formulahousekeeper/timesheet/src/views/desktop/detail.vue

@@ -153,14 +153,15 @@ export default {
           bottom: 20,
           data: [
             "编程",
-            "查资料",
-            "文档",
-            "设计",
+            "上网",
+            "文档",
+            "设计",
             "美工",
             "运营",
             "看小说",
-            "打游戏",
-            "听音乐"
+            "影视娱乐",
+            "听音乐",
+            "其他"
           ]
         },
         toolbox: {
@@ -183,7 +184,6 @@ export default {
             radius: [30, 110],
             roseType: "area",
             data: [
-              { value: this.timeList[0], name: "其他" },
               { value: this.timeList[1], name: "编程" },
               { value: this.timeList[2], name: "上网" },
               { value: this.timeList[3], name: "文档" },
@@ -192,8 +192,8 @@ export default {
               { value: this.timeList[6], name: "运营" },
               { value: this.timeList[7], name: "看小说" },
               { value: this.timeList[8], name: "影视娱乐" },
-              { value: this.timeList[8], name: "听音乐" },
-              { value: this.timeList[9], name: "未知" }
+              { value: this.timeList[9], name: "听音乐" },
+              { value: this.timeList[0], name: "其他" }
             ]
           }
         ]