Sfoglia il codice sorgente

更新客户端菜单

zhou.xiaoning 4 anni fa
parent
commit
7fe6ddd816
1 ha cambiato i file con 98 aggiunte e 4 eliminazioni
  1. 98 4
      config/pc_menu.json

+ 98 - 4
config/pc_menu.json

@@ -116,7 +116,26 @@
                 "type": 1,
                 "rulekey": "",
                 "isshow": true,
-                "children": []
+                "children": [
+                    {
+                        "code": "custom_info_normal",
+                        "title": "正常",
+                        "sort": 1,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": []
+                    },
+                    {
+                        "code": "custom_info_disabled",
+                        "title": "停用",
+                        "sort": 2,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": []
+                    }
+                ]
             },
             {
                 "code": "goods_info",
@@ -125,7 +144,26 @@
                 "type": 1,
                 "rulekey": "",
                 "isshow": true,
-                "children": []
+                "children": [
+                    {
+                        "code": "goods_info_spot",
+                        "title": "现货品种",
+                        "sort": 1,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": []
+                    },
+                    {
+                        "code": "goods_info_hedge",
+                        "title": "套保品种",
+                        "sort": 2,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": []
+                    }
+                ]
             },
             {
                 "code": "spot_contract",
@@ -134,7 +172,44 @@
                 "type": 1,
                 "rulekey": "",
                 "isshow": true,
-                "children": []
+                "children": [
+                    {
+                        "code": "spot_contract_unsubmitted",
+                        "title": "未提交",
+                        "sort": 1,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": []
+                    },
+                    {
+                        "code": "spot_contract_checkpending",
+                        "title": "待审核",
+                        "sort": 2,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": []
+                    },
+                    {
+                        "code": "spot_contract_performance",
+                        "title": "履约中",
+                        "sort": 3,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": []
+                    },
+                    {
+                        "code": "spot_contract_finished",
+                        "title": "已完成",
+                        "sort": 4,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": []
+                    }
+                ]
             },
             {
                 "code": "warehouse_info",
@@ -143,7 +218,26 @@
                 "type": 1,
                 "rulekey": "",
                 "isshow": true,
-                "children": []
+                "children": [
+                    {
+                        "code": "warehouse_info_normal",
+                        "title": "正常",
+                        "sort": 1,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": []
+                    },
+                    {
+                        "code": "warehouse_info_disabled",
+                        "title": "停用",
+                        "sort": 2,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": []
+                    }
+                ]
             }
         ]
     },