GFRS-454【0326】 建议书优化2.0 初版代码备份提交_4 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-03-13 18:00:15 +08:00
parent 13c79b7bb5
commit a7677efe80
3 changed files with 183 additions and 65 deletions

View File

@@ -7,6 +7,7 @@ const exhibition = () => import('@/views/ebiz/proposal/Exhibition')
const companyProfile = () => import('@/views/ebiz/proposal/CompanyProfile')
const pdf = () => import('@/views/ebiz/proposal/PDF')
const proposalInfo = () => import('@/views/ebiz/proposal/ProposalInfo')
const caluePdf = () => import('@/views/ebiz/proposal/CaluePDF')
export default [
{
path: '/proposal/list',
@@ -76,5 +77,13 @@ export default [
meta: {
title: 'PDF预览'
}
},
{
path: '/proposal/caluePdf',
name: 'caluePdf',
component: caluePdf,
meta: {
title: '条款PDF查看'
}
}
]