From ac2ca1c55728096667ceb9713e06995a4dfdf0fc Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 03 十一月 2025 18:01:49 +0800
Subject: [PATCH] fix: 四流
---
src/router/index.ts | 156 +++++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 130 insertions(+), 26 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index e61e205..89c9087 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -155,7 +155,7 @@
component: () => import('@/views/MaterialReview/MaterialReview.vue'),
meta: {
rank: 10021,
- title: '鏉愭枡瀹℃牳',
+ title: '鏉愭枡鍒濆',
// rootMenu: true,
icon: 'home',
},
@@ -182,8 +182,34 @@
rootMenu: false,
},
},
+ {
+ path: '/MaterialReReviewList',
+ name: 'MaterialReReviewList',
+ hidden: false,
+ alwaysShow: true,
+ component: () => import('@/views/MaterialReview/MaterialReReviewList.vue'),
+ meta: {
+ rank: 10021,
+ title: '鏉愭枡澶嶅',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
+ {
+ path: '/MaterialReReviewAudit/:id',
+ name: 'MaterialReReviewAudit',
+ hidden: true,
+ component: () => import('@/views/MaterialReview/MaterialReReviewAudit.vue'),
+ meta: {
+ rank: 10021,
+ title: '澶嶅',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
],
},
+
{
path: '/Reward',
redirect: 'noRedirect',
@@ -192,20 +218,20 @@
alwaysShow: true,
meta: {
rank: 10030,
- title: '濂栧姳閲�',
+ title: '骞冲彴濂栧姳',
rootMenu: true,
icon: 'home',
},
children: [
{
- path: '/RewardList',
- name: 'RewardList',
+ path: '/RewardGrant',
+ name: 'RewardGrant',
hidden: false,
alwaysShow: true,
- component: () => import('@/views/Reward/Reward.vue'),
+ component: () => import('@/views/Reward/RewardGrant.vue'),
meta: {
rank: 10031,
- title: '濂栧姳閲戝彂鏀�',
+ title: '濂栧姳鍙戞斁鐧昏',
// rootMenu: true,
icon: 'home',
},
@@ -221,36 +247,114 @@
rootMenu: false,
},
},
- ],
- },
- {
- path: '/Syatem',
- redirect: 'noRedirect',
- component: Layout,
- hidden: false,
- alwaysShow: true,
- meta: {
- rank: 10030,
- title: '绯荤粺閰嶇疆',
- rootMenu: true,
- icon: 'home',
- },
- children: [
{
- path: '/Account',
- name: 'Account',
+ path: '/RewardGrantRegister/:id',
+ name: 'RewardGrantRegister',
+ hidden: true,
+ component: () => import('@/views/Reward/RewardGrantRegister.vue'),
+ meta: {
+ rank: 10033,
+ title: '濂栧姳閲戠櫥璁�',
+ rootMenu: false,
+ },
+ },
+ {
+ path: '/WithdrawalApproval',
+ name: 'WithdrawalApproval',
hidden: false,
alwaysShow: true,
- component: () => import('@/views/Account/AccountManageList.vue'),
+ component: () => import('@/views/Reward/WithdrawalApproval.vue'),
meta: {
- rank: 10031,
- title: '璐﹀彿绠$悊',
+ rank: 10040,
+ title: '鎻愮幇瀹℃壒',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
+ {
+ path: '/RewardApplyTradeCheck',
+ name: 'RewardApplyTradeCheck',
+ hidden: false,
+ alwaysShow: true,
+ component: () => import('@/views/Reward/RewardApplyTradeCheck.vue'),
+ meta: {
+ rank: 10050,
+ title: '鍑鸿处瀹℃壒',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
+ {
+ path: '/FinancialApproval',
+ name: 'FinancialApproval',
+ hidden: false,
+ alwaysShow: true,
+ component: () => import('@/views/Reward/FinancialApproval.vue'),
+ meta: {
+ rank: 10060,
+ title: '璐㈠姟瀹℃壒',
// rootMenu: true,
icon: 'home',
},
},
],
},
+ {
+ path: '/StatisticalReport',
+ redirect: 'noRedirect',
+ component: Layout,
+ hidden: false,
+ alwaysShow: true,
+ meta: {
+ rank: 10040,
+ title: '缁熻鎶ヨ〃',
+ rootMenu: true,
+ icon: 'home',
+ },
+ children: [
+ {
+ path: '/RewardStatistics',
+ name: 'RewardStatistics',
+ hidden: false,
+ alwaysShow: true,
+ component: () => import('@/views/StatisticalReport/RewardStatistics.vue'),
+ meta: {
+ rank: 10041,
+ title: '濂栧姳閲戠粺璁�',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
+ ],
+ },
+ // {
+ // path: '/Syatem',
+ // redirect: 'noRedirect',
+ // component: Layout,
+ // hidden: true,
+ // alwaysShow: false,
+ // meta: {
+ // rank: 10030,
+ // title: '绯荤粺閰嶇疆',
+ // rootMenu: true,
+ // icon: 'home',
+ // },
+ // children: [
+ // {
+ // path: '/Account',
+ // name: 'Account',
+ // hidden: true,
+ // alwaysShow: true,
+ // component: () => import('@/views/Account/AccountManageList.vue'),
+ // meta: {
+ // rank: 10031,
+ // title: '璐﹀彿绠$悊',
+ // // rootMenu: true,
+ // icon: 'home',
+ // },
+ // },
+ // ],
+ // },
{
path: '/Login',
--
Gitblit v1.9.1