li.shaoyi 4 роки тому
батько
коміт
2a7cb88f59
1 змінених файлів з 54 додано та 13 видалено
  1. 54 13
      ERMCP/PCWEB/Menu/pc_menu_ermcp_v6.json

+ 54 - 13
ERMCP/PCWEB/Menu/pc_menu_ermcp_v6.json

@@ -18,27 +18,58 @@
                 "path": "",
                 "url": "",
                 "remark": "",
-                "auth": [
+                "children": [
                     {
-                        "label": "持仓",
+                        "title": "持仓",
                         "rulekey": "client_pc_web_qiyefengguan_futures_information_position",
                         "code": "futures_information_position",
+                        "sort": 1,
                         "isshow": true,
-                        "remark": ""
+                        "component": "components/futures_information_position/index.vue",
+                        "path": "",
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "平仓",
+                                "rulekey": "client_pc_web_qiyefengguan_futures_information_position_close",
+                                "code": "close",
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
                     },
                     {
-                        "label": "委托",
+                        "title": "委托",
                         "rulekey": "client_pc_web_qiyefengguan_futures_information_entrust",
                         "code": "futures_information_entrust",
+                        "sort": 2,
                         "isshow": true,
-                        "remark": ""
+                        "component": "components/futures_information_entrust/index.vue",
+                        "path": "",
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "撤单",
+                                "rulekey": "client_pc_web_qiyefengguan_futures_information_entrust_cancel",
+                                "code": "cancel",
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
                     },
                     {
-                        "label": "成交",
+                        "title": "成交",
                         "rulekey": "client_pc_web_qiyefengguan_futures_information_success",
                         "code": "futures_information_success",
+                        "sort": 3,
                         "isshow": true,
-                        "remark": ""
+                        "component": "components/futures_information_success/index.vue",
+                        "path": "",
+                        "url": "",
+                        "remark": "",
+                        "auth": []
                     }
                 ]
             },
@@ -46,26 +77,36 @@
                 "title": "资金信息",
                 "rulekey": "client_pc_web_qiyefengguan_funding_information",
                 "code": "funding_information",
-                "sort": 1,
+                "sort": 2,
                 "isshow": true,
                 "component": "views/order/funding_information/index.vue",
                 "path": "",
                 "url": "",
                 "remark": "",
-                "auth": [
+                "children": [
                     {
-                        "label": "资金汇总",
+                        "title": "资金汇总",
                         "rulekey": "client_pc_web_qiyefengguan_funding_information_summary",
                         "code": "funding_information_summary",
+                        "sort": 1,
                         "isshow": true,
-                        "remark": ""
+                        "component": "components/funding_information_funding_summary/index.vue",
+                        "path": "",
+                        "url": "",
+                        "remark": "",
+                        "auth": []
                     },
                     {
-                        "label": "资金流水",
+                        "title": "资金流水",
                         "rulekey": "client_pc_web_qiyefengguan_funding_information_log",
                         "code": "funding_information_log",
+                        "sort": 2,
                         "isshow": true,
-                        "remark": ""
+                        "component": "components/funding_information_funding_log/index.vue",
+                        "path": "",
+                        "url": "",
+                        "remark": "",
+                        "auth": []
                     }
                 ]
             }