menu.js 1.98 KB
export default [
  {
    icon: "ssihome",
    path: "/home",
    title: "主页面",
    children: [],
  },
  {
    icon: "ssiuser",
    path: "1",
    title: "客户信息",
    children: [
      {
        path: "/customer",
        title: "客户查询",
      },
    ],
  },
  // {
  //   icon: "ssimanage_msg",
  //   path: "2",
  //   title: "福利信息管理",
  //   children: [
  //     {
  //       path: "/welfare",
  //       title: "福利查询",
  //     }
  //   ],
  // },
  // {
  //   icon: "ssimanage",
  //   path: "pre-auth",
  //   title: "预授权信息管理",
  //   children: [
  //     {
  //       path: "/pre-auth",
  //       title: "预授权查询",
  //     },
  //     // {
  //     //   path: "/pre-auth/add",
  //     //   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/collection",
        title: "回款管理",
      },
    ],
  },
  {
    icon: "ssidata",
    path: "info",
    title: "系统设置",
    children: [
      {
        path: "/info",
        title: "医疗机构设置",
      },
      {
        path: "/info/company",
        title: "保险公司设置",
      },
      {
        path: "/welfare/edit",
        title: "福利信息设置",
      }
    ],
  },
  {
    icon: "ssiscan",
    path: "report",
    title: "报表管理",
    children: [
      // {
      //   path: "/report/bi",
      //   title: "财务账单报表",
      // },
            {
        path: "/report/returnedMoney",
        title: "账单回款报表",
      },
    ],
  },
];