| | |
| | | }, |
| | | ], |
| | | }, |
| | | // { |
| | | // path: '/loanmanage', |
| | | // redirect: '/loanmanage/index', |
| | | // component: RouteView, |
| | | // meta: { title: '贷款管理', icon: 'usergroup-delete', permission: ['loanmanage'] }, |
| | | // children: [ |
| | | // { |
| | | // path: '/loanmanage/index', |
| | | // name: 'Loanmanage', |
| | | // component: () => import('@/views/loanmanage/index'), |
| | | // meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] } |
| | | // }, |
| | | // { |
| | | // path: '/loanmanage/institution', |
| | | // name: 'institution', |
| | | // component: () => import('@/views/loanmanage/institution'), |
| | | // meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] } |
| | | // } |
| | | // // { |
| | | // // path: '/loanmanage/institution', |
| | | // // name: 'Institution', |
| | | // // component: () => import('@/views/loanmanage/institution'), |
| | | // // meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] } |
| | | // // } |
| | | // // { |
| | | // // path: '/loanmanage/index', |
| | | // // name: 'Loanmanage', |
| | | // // component: () => import('@/views/loanmanage/index'), |
| | | // // meta: { title: '贷款机构', keepAlive: true, permission: ['loanmanage'] } |
| | | // // } |
| | | // ] |
| | | // }, |
| | | { |
| | | path: '/loanmanage', |
| | | redirect: '/loanmanage/index', |
| | | component: RouteView, |
| | | meta: { title: '贷款管理', icon: 'usergroup-delete', permission: ['loanmanage'] }, |
| | | children: [ |
| | | { |
| | | path: '/loanmanage/index', |
| | | name: 'Loanmanage', |
| | | component: () => import('@/views/loanmanage/index'), |
| | | meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] } |
| | | }, |
| | | { |
| | | path: '/loanmanage/institution', |
| | | name: 'institution', |
| | | component: () => import('@/views/loanmanage/institution'), |
| | | meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] } |
| | | } |
| | | // { |
| | | // path: '/loanmanage/institution', |
| | | // name: 'Institution', |
| | | // component: () => import('@/views/loanmanage/institution'), |
| | | // meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] } |
| | | // } |
| | | // { |
| | | // path: '/loanmanage/index', |
| | | // name: 'Loanmanage', |
| | | // component: () => import('@/views/loanmanage/index'), |
| | | // meta: { title: '贷款机构', keepAlive: true, permission: ['loanmanage'] } |
| | | // } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/interesttreasure', |
| | | redirect: '/interesttreasure/index', |
| | |
| | | <div> |
| | | <a-row :gutter="24"> |
| | | <a-col :xl="16" :lg="24" :md="24" :sm="24" :xs="24"> |
| | | <a-card |
| | | <!-- <a-card |
| | | class="project-list" |
| | | :loading="loading" |
| | | style="margin-bottom: 24px;" |
| | | :bordered="false" |
| | | title="大盘指数" |
| | | :body-style="{ padding: 0 }"> |
| | | <!-- <a slot="extra">全部项目</a> --> |
| | | <!– <a slot="extra">全部项目</a> –> |
| | | <div> |
| | | <a-card-grid class="project-card-grid" :key="i" v-for="(item, i) in market"> |
| | | <a-card v-if="i < 6" :bordered="false" :body-style="{ padding: 0 }"> |
| | | <a-card-meta> |
| | | <div slot="title" class="card-title"> |
| | | <!-- <a-avatar size="small" :src="item.cover" /> --> |
| | | <!– <a-avatar size="small" :src="item.cover" /> –> |
| | | <a |
| | | :style="'background:' + color16()" |
| | | style="color:#fff;font-size:14px;border-radius:50%;padding:6px;line-height: 1;"> |
| | |
| | | <a href="/#/" :class="item.increase < 0 ? 'greens' : 'reds'">{{ item.increase }}</a> |
| | | <span class="datetime" :class="item.increase < 0 ? 'greens' : 'reds'">{{ item.increaseRate |
| | | }}%</span> |
| | | <!-- <a-tag :color="item.increase < 0 ? '#87d068' : '#f50'" style="margin-right:0"> |
| | | <!– <a-tag :color="item.increase < 0 ? '#87d068' : '#f50'" style="margin-right:0"> |
| | | {{item.increaseRate}}% |
| | | </a-tag> --> |
| | | </a-tag> –> |
| | | </div> |
| | | </a-card> |
| | | </a-card-grid> |
| | | </div> |
| | | </a-card> |
| | | </a-card>--> |
| | | |
| | | <a-card :loading="loading" title="持仓动态" :bordered="false"> |
| | | <a-list> |