客户
This commit is contained in:
@ -223,6 +223,14 @@ export const FLOW_ROUTE: AppRouteRecordRaw[] = [{
|
||||
meta: {
|
||||
title: (route) => '查看'+(route.query.formName||'表单')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'createFormCustomer',
|
||||
name: 'createFormCustomer',
|
||||
component: () => import('/@/views/sales/Customer/formCreatePage.vue'),
|
||||
meta: {
|
||||
title: (route) => '新建'+(route.query.formName||'表单')
|
||||
}
|
||||
}
|
||||
]
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user