Commit 4d10820e792bafcd1ad0f01f7e9732cb7b723363
1 parent
1180f089
add 欠费补缴菜单 屏蔽补缴按钮 并将菜单名称改为欠费查询
Showing
2 changed files
with
2 additions
and
2 deletions
src/router/index.js
@@ -87,7 +87,7 @@ export const constantRoutes = [ | @@ -87,7 +87,7 @@ export const constantRoutes = [ | ||
87 | { | 87 | { |
88 | path: '/service/payback', | 88 | path: '/service/payback', |
89 | component: () => import('@/views/payback/index'), | 89 | component: () => import('@/views/payback/index'), |
90 | - meta: { title: '欠费补缴', icon: 'nested' } | 90 | + meta: { title: '欠费查询', icon: 'nested' } |
91 | }, | 91 | }, |
92 | 92 | ||
93 | { | 93 | { |
src/views/service.vue
@@ -30,7 +30,7 @@ | @@ -30,7 +30,7 @@ | ||
30 | </el-menu-item> | 30 | </el-menu-item> |
31 | <el-menu-item index="/service/payback"> | 31 | <el-menu-item index="/service/payback"> |
32 | <i class="el-icon-finished"></i> | 32 | <i class="el-icon-finished"></i> |
33 | - <span slot="title">欠费补缴</span> | 33 | + <span slot="title">欠费查询</span> |
34 | </el-menu-item> | 34 | </el-menu-item> |
35 | <el-menu-item index="/service/mycar"> | 35 | <el-menu-item index="/service/mycar"> |
36 | <i class="el-icon-truck"></i> | 36 | <i class="el-icon-truck"></i> |