diff --git a/fuintAdmin_zt/src/router/index.js b/fuintAdmin_zt/src/router/index.js index 558ea0356..d5cee9205 100644 --- a/fuintAdmin_zt/src/router/index.js +++ b/fuintAdmin_zt/src/router/index.js @@ -112,7 +112,12 @@ export const constantRoutes = [ component: () => import('@/views/system/account/profile/index'), name: 'Profile', meta: { title: '个人中心', icon: 'user' } - } + }, + { + path: '/notify', + name: 'notify', + component: () => import('@/views/notificationList/index') + }, ] } ] diff --git a/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/list.vue b/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/list.vue index 8b77b5da7..5745f9639 100644 --- a/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/list.vue +++ b/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/list.vue @@ -97,7 +97,7 @@ export default { color: #999999 } .heng-box{ - background-color: #FF770F; + /* background-color: #FF770F; */ width: 100%; height: 2px; margin-top: 10px; diff --git a/fuintAdmin_zt/src/views/financialStatement/jiaoyiduizhang/list.vue b/fuintAdmin_zt/src/views/financialStatement/jiaoyiduizhang/list.vue index 864ee8465..48b8911b4 100644 --- a/fuintAdmin_zt/src/views/financialStatement/jiaoyiduizhang/list.vue +++ b/fuintAdmin_zt/src/views/financialStatement/jiaoyiduizhang/list.vue @@ -113,7 +113,7 @@ background-color: #FFFFFF; color: #999999 } .heng-box{ - background-color: #FF770F; + /* background-color: #FF770F; */ width: 100%; height: 2px; margin-top: 10px; diff --git a/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/int.vue b/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/int.vue index 24d794ce0..1f0881aff 100644 --- a/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/int.vue +++ b/fuintAdmin_zt/src/views/financialStatement/yunyingfenxi/tab/int.vue @@ -1,7 +1,7 @@