|
@@ -310,6 +310,30 @@ export default [
|
|
|
title: '补助确认'
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/subsidy-exercise-detail',
|
|
|
+ name: 'subsidy-exercise-detail',
|
|
|
+ component: () => import('@/school/approval-manage/subsidy/exercise-detail'),
|
|
|
+ meta: {
|
|
|
+ title: '训练补助详情'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/subsidy-grant-detail',
|
|
|
+ name: 'subsidy-grant-detail',
|
|
|
+ component: () => import('@/school/approval-manage/subsidy/grant-detail'),
|
|
|
+ meta: {
|
|
|
+ title: '管理补助详情'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/subsidy-reward-detail',
|
|
|
+ name: 'subsidy-reward-detail',
|
|
|
+ component: () => import('@/school/approval-manage/subsidy/reward-detail'),
|
|
|
+ meta: {
|
|
|
+ title: '练习奖励详情'
|
|
|
+ }
|
|
|
+ },
|
|
|
|
|
|
//
|
|
|
]
|