瀏覽代碼

更新PC端菜单配置

zhou.xiaoning 4 年之前
父節點
當前提交
d442e052d5
共有 1 個文件被更改,包括 56 次插入0 次删除
  1. 56 0
      config/pc_menu.json

+ 56 - 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,