Explorar el Código

Merge branch 'master' of 192.168.30.132:MTP2.0/MTP20_IF

zou.yingbin hace 4 años
padre
commit
ca80ac5f91
Se han modificado 1 ficheros con 178 adiciones y 0 borrados
  1. 178 0
      config/pc_menu.json

+ 178 - 0
config/pc_menu.json

@@ -118,6 +118,62 @@
                 "isshow": true,
                 "children": [
                     {
+                        "code": "custom_info_unsubmit",
+                        "title": "未提交",
+                        "sort": 1,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": [
+                            {
+                                "code": "custom_info_btn_delete",
+                                "title": "删除",
+                                "sort": 1,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            },
+                            {
+                                "code": "custom_info_btn_modify",
+                                "title": "修改",
+                                "sort": 2,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            }
+                        ]
+                    },
+                    {
+                        "code": "custom_info_checkpending",
+                        "title": "待审核",
+                        "sort": 1,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": [
+                            {
+                                "code": "custom_info_btn_cancel",
+                                "title": "撤销",
+                                "sort": 1,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            },
+                            {
+                                "code": "custom_info_btn_check",
+                                "title": "审核",
+                                "sort": 2,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            }
+                        ]
+                    },
+                    {
                         "code": "custom_info_normal",
                         "title": "正常",
                         "sort": 1,
@@ -389,6 +445,128 @@
                         ]
                     }
                 ]
+            },
+            {
+                "code": "account_info",
+                "title": "账户管理",
+                "sort": 4,
+                "type": 1,
+                "rulekey": "",
+                "isshow": true,
+                "children": [
+                    {
+                        "code": "account_info_business",
+                        "title": "业务账户",
+                        "sort": 1,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": [
+                            {
+                                "code": "account_info_business_btn_add",
+                                "title": "新增",
+                                "sort": 1,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            },
+                            {
+                                "code": "account_info_business_btn_modify",
+                                "title": "修改",
+                                "sort": 2,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            }
+                        ]
+                    },
+                    {
+                        "code": "account_info_trade",
+                        "title": "交易账户",
+                        "sort": 2,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": [
+                            {
+                                "code": "account_info_trade_btn_add",
+                                "title": "新增",
+                                "sort": 1,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            },
+                            {
+                                "code": "account_info_trade_btn_modify",
+                                "title": "修改",
+                                "sort": 2,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            }
+                        ]
+                    },
+                    {
+                        "code": "account_info_manager",
+                        "title": "管理账户",
+                        "sort": 2,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": [
+                            {
+                                "code": "account_info_manager_btn_add",
+                                "title": "新增",
+                                "sort": 1,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            },
+                            {
+                                "code": "account_info_manager_btn_modify",
+                                "title": "修改",
+                                "sort": 2,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            }
+                        ]
+                    },
+                    {
+                        "code": "account_info_futures",
+                        "title": "期货账户",
+                        "sort": 2,
+                        "type": 1,
+                        "rulekey": "",
+                        "isshow": true,
+                        "children": [
+                            {
+                                "code": "account_info_futures_btn_add",
+                                "title": "新增",
+                                "sort": 1,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            },
+                            {
+                                "code": "account_info_futures_btn_modify",
+                                "title": "修改",
+                                "sort": 2,
+                                "type": 2,
+                                "rulekey": "",
+                                "isshow": true,
+                                "children": []
+                            }
+                        ]
+                    }
+                ]
             }
         ]
     },