客户 供应商审批按钮
This commit is contained in:
@ -262,6 +262,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
|
||||
title: (route) => '签报详情'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/contract/ContractFact/form',
|
||||
name: 'ContractFactForm',
|
||||
component: () => import('/@/views/contract/ContractFact/components/createForm.vue'),
|
||||
meta: {
|
||||
title: (route) => '合同详情'
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user