diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue index 0abc32b..ea98ec0 100644 --- a/src/layout/components/Sidebar/Item.vue +++ b/src/layout/components/Sidebar/Item.vue @@ -69,6 +69,15 @@ export default { .icon_menu_townRanking { background: url("./img/icon_twonRanking.png") no-repeat; } +.icon_menu_dept { + background: url("./img/icon_dept.png") no-repeat; +} +.icon_menu_speciallyBusiness { + background: url("./img/icon_speciallyBusiness.png") no-repeat; +} +.icon_menu_fingertipIntegral { + background: url("./img/icon_fingertipIntegral.png") no-repeat; +} .sub-el-icon { color: currentColor; width: 1em; diff --git a/src/layout/components/Sidebar/img/icon_dept.png b/src/layout/components/Sidebar/img/icon_dept.png new file mode 100644 index 0000000..8708003 Binary files /dev/null and b/src/layout/components/Sidebar/img/icon_dept.png differ diff --git a/src/layout/components/Sidebar/img/icon_fingertipIntegral.png b/src/layout/components/Sidebar/img/icon_fingertipIntegral.png new file mode 100644 index 0000000..5733b90 Binary files /dev/null and b/src/layout/components/Sidebar/img/icon_fingertipIntegral.png differ diff --git a/src/layout/components/Sidebar/img/icon_speciallyBusiness.png b/src/layout/components/Sidebar/img/icon_speciallyBusiness.png new file mode 100644 index 0000000..c2fb42e Binary files /dev/null and b/src/layout/components/Sidebar/img/icon_speciallyBusiness.png differ diff --git a/src/router/index.js b/src/router/index.js index 3b18f9c..cd76eea 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -337,7 +337,7 @@ export const asyncRoutes = [ redirect: '/dept/list', meta: { title: '县级部门管理', - icon: 'townRanking', + icon: 'dept', roles: ['SSS'] }, hidden: false, @@ -348,7 +348,7 @@ export const asyncRoutes = [ name: 'DeptList', meta: { title: '部门列表', - icon: 'townRanking', + icon: 'dept', affix: true, parentTitle: '县级部门管理' } @@ -359,7 +359,7 @@ export const asyncRoutes = [ name: 'DeptStaff', meta: { title: '人员列表', - icon: 'townRanking', + icon: 'dept', affix: true, parentTitle: '县级部门管理' }, @@ -374,7 +374,7 @@ export const asyncRoutes = [ redirect: '/fingertipIntegral/list', meta: { title: '积分管理', - icon: 'townRanking', + icon: 'fingertipIntegral', roles: ['SSS'] }, hidden: false, @@ -461,7 +461,7 @@ export const asyncRoutes = [ redirect: '/speciallyBusiness/list', meta: { title: '特约商户管理', - icon: 'townRanking', + icon: 'speciallyBusiness', roles: ['SSS'] }, hidden: false, @@ -472,7 +472,7 @@ export const asyncRoutes = [ name: 'speciallyBusinessList', meta: { title: '商户列表', - icon: 'townRanking', + icon: 'speciallyBusiness', affix: true, parentTitle: '特约商户管理' } diff --git a/src/views/fingertipIntegral/settlementList.vue b/src/views/fingertipIntegral/settlementList.vue index bec433f..68337ec 100644 --- a/src/views/fingertipIntegral/settlementList.vue +++ b/src/views/fingertipIntegral/settlementList.vue @@ -75,7 +75,7 @@