上传附件

This commit is contained in:
‘huanghaiixia’
2025-12-02 17:48:17 +08:00
parent 3232319675
commit 3e48f2b050
8 changed files with 595 additions and 142 deletions

View File

@ -224,14 +224,6 @@ export const FLOW_ROUTE: AppRouteRecordRaw[] = [{
title: (route) => '查看'+(route.query.formName||'表单')
}
},
{
path: 'createFormCustomer',
name: 'createFormCustomer',
component: () => import('/@/views/sales/Customer/formCreatePage.vue'),
meta: {
title: (route) => '新建'+(route.query.formName||'表单')
}
}
]
}];
export const PROCESS_MONITORING: AppRouteRecordRaw[] = [{