采购结算
This commit is contained in:
@ -302,6 +302,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
|
||||
title: (route) => ('管道气销售合同详情')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/contract/ContractPurPng/viewForm',
|
||||
name: 'ContractPurPngviewForm',
|
||||
component: () => import('/@/views/contract/ContractPurPng/components/createForm.vue'),
|
||||
meta: {
|
||||
title: (route) => ('管道气采购合同详情')
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user