|
@@ -35,7 +35,7 @@ export default {
|
|
|
{ num: '2', title: '图文管理', icon: 'el-icon-pie-chart', component: 'aPw' },
|
|
|
{ num: '3', title: '申请管理', icon: 'el-icon-pie-chart', component: 'aApply' },
|
|
|
{ num: '4', title: 'vip用户', icon: 'el-icon-user-solid', component: 'aVip' },
|
|
|
- { num: '5', title: '交易备案', icon: 'el-icon-notebook-1', component: 'aTransaction' },
|
|
|
+ { num: '5', title: '交易记录', icon: 'el-icon-notebook-1', component: 'aTransaction' },
|
|
|
{ num: '6', title: '嘉宾访谈', icon: 'el-icon-user-solid', component: 'aInterview' },
|
|
|
{ num: '7', title: '项目路演', icon: 'el-icon-video-camera-solid', component: 'aRoadShow' },
|
|
|
{ num: '8', title: '统计报表', icon: 'el-icon-s-operation', component: 'aStatistics' },
|