huangbin 4 年 前
コミット
78379b1c83

BIN
ERMCP/PCWEB/.DS_Store


BIN
ERMCP/PCWEB/Menu/.DS_Store


+ 26 - 4
ERMCP/PCWEB/Menu/pc_menu_ermcp_v6.json

@@ -1,4 +1,5 @@
 [
+
     {
         "title": "市场",
         "rulekey": "client_pc_web_market",
@@ -11,14 +12,35 @@
             {
                 "title": "期货市场",
                 "rulekey": "client_pc_web_market_futures",
-                "code": "futures",
-                "path": "futures",
-                "component": "views/market/futures/index.vue",
+                "code": "market_futures",
+                "path": "market_futures",
+                "component": "Main",
                 "sort": 1,
                 "isshow": true,
                 "url": "",
                 "remark": "",
-                "children": []
+                "children": [
+                    {
+                        "title": "期货市场",
+                        "rulekey": "client_pc_web_market_futures_tab",
+                        "code": "market_futures_tab",
+                        "path": "market_futures_tab",
+                        "component": "views/market/futures/index.vue",
+                        "sort": 1,
+                        "isshow": true,
+                        "url": "",
+                        "remark": "",
+                        "auth": [
+                            {
+                                "label": "交易",
+                                "rulekey": "market_futures_tab_trade",
+                                "code": "trade",
+                                "isshow": true,
+                                "remark": ""
+                            }
+                        ]
+                    }
+                ]
             }
         ]
     },

+ 23 - 0
ERMCP/PCWEB/Menu/pc_menu_shangpingdiaoqi.json

@@ -1,5 +1,28 @@
 [
 	{
+        "title": "底部单据菜单",
+        "rulekey": "client_pc_web_market",
+        "code": "bottom",
+        "sort": 1,
+        "isshow": true,
+        "component": "layout/index.vue",
+        "path": "",
+        "children": [
+            {
+                "title": "现货仓单",
+                "rulekey": "spot_warrant",
+                "code": "spot_warrant",
+                "sort": 1,
+                "isshow": true,
+                "component": "views/order/spot_warran/index.vue",
+                "path": "",
+                "url": "",
+                "remark": "",
+                "children": []
+            }
+        ]
+    },
+	{
 		"code": "remark",
 		"title": "",
 		"sort": 1,