fn-refundManage.js 684 Bytes
Newer Older
葛齐林's avatar
葛齐林 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
export default {
    path: '/finance/refundManage',
    title: '财务管理',
    icon: 'leaf',
    children: [
      {
        title: '竞赛订单',
        icon: 'link',
        children: [
          { path: '/finance/competitionOrder/classification', title: '分级公共赛订单', icon: 'globe' },
          { path: '/finance/competitionOrder/club', title: '俱乐部公开赛订单', icon: 'globe' }
        ]
      },
      {
        path: '/finance/',
        title: '退款管理',
        icon: 'link',
        children: [
          { path: '/finance/refundManage/competitionRefund', title: '竞赛退款', icon: 'globe' }
        ]
      }
    ]
  }