From 66e0810d566a7b3aa2c42257d65eb788dfbf3f7e Mon Sep 17 00:00:00 2001 From: ds Date: Fri, 25 Oct 2024 18:07:55 +0800 Subject: [PATCH] 10.25 --- fuintAdmin_zt/src/router/index.js | 7 +- .../dai_yunyingfenxi/list.vue | 2 +- .../jiaoyiduizhang/list.vue | 2 +- .../yunyingfenxi/tab/int.vue | 6 +- .../yunyingfenxi/tab/oil.vue | 6 +- .../yunyingfenxi/tab/store.vue | 6 +- .../yunyingfenxi/tab/vip.vue | 6 +- .../src/views/homeComponents/agent.vue | 16 +- .../src/views/notificationList/index.vue | 338 ++++++++++++++++++ .../mapper/xml/CardValueOrdersMapper.xml | 1 + 10 files changed, 367 insertions(+), 23 deletions(-) create mode 100644 fuintAdmin_zt/src/views/notificationList/index.vue 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 @@