export default [ { icon: "ssiuser", path: "1", title: "客户信息", children: [ { path: "/customer", title: "客户信息明细", }, { path: "/customer/edit", title: "新建客户信息", }, ], }, { icon: "ssimanage_msg", path: "2", title: "福利信息管理", children: [ { path: "/welfare", title: "福利信息明细", }, { path: "/welfare/edit", title: "福利信息管理", }, ], }, { icon: "ssimanage", path: "pre-auth", title: "预授权信息管理", children: [ { path: "/pre-auth", title: "预授权查询", }, { path: "/pre-auth", title: "新建预授权", }, ], }, { icon: "ssisearch", path: "charge-query", title: "收费查询", children: [ { path: "/charge-query", title: "账单查询", }, { path: "/charge-query/lpjManage", title: "理赔件管理", }, ], }, { icon: "ssiorder", path: "verification", title: "核销管理", children: [ { path: "/verification", title: "EOB管理", }, { path: "/verification/addEOB", title: "新建EOB数据", }, { path: "/verification/collection", title: "回款管理", }, { path: "/verification/collectionAdd", title: "新建回款管理", }, ], }, { icon: "ssidata", path: "info", title: "信息管理", children: [ { path: "/info", title: "医疗机构信息", }, { path: "/info/company", title: "保险公司信息", }, ], }, { icon: "ssiscan", path: "/bi", title: "报表", children: [], }, ];