From bb0f427b174dbcad9c324dda96e846aca796727f Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sun, 23 Jun 2024 19:02:57 +0800
Subject: [PATCH] 放开贷款管理 掩藏大盘指数
---
src/views/dashboard/Workplace.vue | 12 +++---
src/config/router.config.js | 64 ++++++++++++++++----------------
2 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 95f78ad..6b033cf 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -604,38 +604,38 @@
},
],
},
- // {
- // 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',
diff --git a/src/views/dashboard/Workplace.vue b/src/views/dashboard/Workplace.vue
index 5b2d9ab..7ed968c 100644
--- a/src/views/dashboard/Workplace.vue
+++ b/src/views/dashboard/Workplace.vue
@@ -31,20 +31,20 @@
<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;">
@@ -77,14 +77,14 @@
<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>
--
Gitblit v1.9.3