Browse Source

团队设置 - 团队设置

huangbin 4 years ago
parent
commit
49278f4122
1 changed files with 63 additions and 2 deletions
  1. 63 2
      ERMCP/PCWEB/Menu/pc_menu_ermcp_v6.json

+ 63 - 2
ERMCP/PCWEB/Menu/pc_menu_ermcp_v6.json

@@ -3065,7 +3065,7 @@
                 "code": "platinum_signing_settings",
                 "path": "platinum_signing_settings",
                 "component": "Main",
-                "sort": 100,
+                "sort": 10,
                 "isshow": true,
                 "url": "",
                 "remark": "",
@@ -3112,7 +3112,68 @@
                         ]
                     }
                 ]
-            }
+            },
+            {
+                "title": "团队设置",
+                "rulekey": "client_pc_web_qhj_tdsz",
+                "code": "platinum_team_settings",
+                "path": "platinum_team_settings",
+                "component": "Main",
+                "sort": 20,
+                "isshow": true,
+                "url": "",
+                "remark": "",
+                "children": [
+                    {
+                        "title": "团队设置",
+                        "rulekey": "client_pc_web_qhj_tdsz_tab",
+                        "code": "platinum_team_settings_tab",
+                        "path": "platinum_team_settings_tab",
+                        "component": "views/iframe/index.vue",
+                        "sort": 30,
+                        "isshow": true,
+                        "url": "/qhj/teamsetting/init",
+                        "remark": "管理端",
+                        "auth": [
+                            {
+                                "label": "新增",
+                                "rulekey": "client_pc_web_qhj_qdsz_tab_add",
+                                "code": "add",
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "修改",
+                                "rulekey": "client_pc_web_qhj_qdsz_tab_revise",
+                                "code": "edit",
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "删除",
+                                "rulekey": "client_pc_web_qhj_qdsz_tab_delete",
+                                "code": "del",
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "月目标",
+                                "rulekey": "client_pc_web_qhj_tdsz_tab_monthly_goal",
+                                "code": "setting",
+                                "isshow": true,
+                                "remark": ""
+                            },
+                            {
+                                "label": "月目标",
+                                "rulekey": "client_pc_web_qhj_tdsz_tab_info",
+                                "code": "info",
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
+            },
         ]
     }
 ]