From 240351df809db1d7f5b568be76a8a2fcb9adef18 Mon Sep 17 00:00:00 2001 From: xielue Date: Thu, 15 Jun 2023 15:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=B4=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/application/mk/basic-pages/list.vue | 7 ++--- .../ProvideLoanApply/List.vue | 26 ++++++++++++++----- .../Middle/ProvideLoanApply/router.map.js | 4 +-- 3 files changed, 24 insertions(+), 13 deletions(-) diff --git a/src/application/mk/basic-pages/list.vue b/src/application/mk/basic-pages/list.vue index 6b3d2c2..b6b6ffa 100644 --- a/src/application/mk/basic-pages/list.vue +++ b/src/application/mk/basic-pages/list.vue @@ -528,11 +528,8 @@ export default { } .gridPanel { - height: calc(100vh - 300px); -} - - - \ No newline at end of file diff --git a/src/router/Middle/ProvideLoanApply/router.map.js b/src/router/Middle/ProvideLoanApply/router.map.js index 4e74d77..d36e69a 100644 --- a/src/router/Middle/ProvideLoanApply/router.map.js +++ b/src/router/Middle/ProvideLoanApply/router.map.js @@ -9,7 +9,7 @@ const view = { const routerMap = { }; routerMap['Basic']= { - name: 'Basic', + name: '资料管理', icon: 'idcard', component: view.blank, meta: { @@ -19,7 +19,7 @@ routerMap['Basic']= { } }; routerMap['basic']= { - name: 'basic', + name: '资料管理', icon: 'idcard', component: view.blank, meta: {