This commit is contained in:
‘huanghaiixia’
2025-11-21 16:38:17 +08:00
parent 0f112bc78e
commit 65575b40ad
7 changed files with 903 additions and 36 deletions

View File

@ -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||'表单')
}
}
]
}];