Bladeren bron

更新PC端菜单配置

zhou.xiaoning 4 jaren geleden
bovenliggende
commit
de79e6d0fd
1 gewijzigde bestanden met toevoegingen van 29 en 2 verwijderingen
  1. 29 2
      config/pc_menu.json

+ 29 - 2
config/pc_menu.json

@@ -631,9 +631,18 @@
                         "isshow": true,
                         "children": [
                             {
+                                "code": "plan_btn_add",
+                                "title": "新增",
+                                "sort": 1,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            },
+                            {
                                 "code": "plan_uncommitted_recommit",
                                 "title": "重新提交",
-                                "sort": 1,
+                                "sort": 2,
                                 "type": 2,
                                 "rulekey": "",
                                 "isshow": true,
@@ -642,7 +651,16 @@
                             {
                                 "code": "plan_uncommitted_modify",
                                 "title": "修改",
-                                "sort": 2,
+                                "sort": 3,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            },
+                            {
+                                "code": "plan_uncommitted_delete",
+                                "title": "删除",
+                                "sort": 4,
                                 "type": 2,
                                 "rulekey": "",
                                 "isshow": true,
@@ -666,6 +684,15 @@
                                 "rulekey": "",
                                 "isshow": true,
                                 "children": []
+                            },
+                            {
+                                "code": "plan_audit_cancel",
+                                "title": "撤销",
+                                "sort": 3,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
                             }
                         ]
                     },