Merge remote-tracking branch 'websoft/master'

# Conflicts:
#	src/views/business/project-apply.vue
This commit is contained in:
2026-09-18 18:26:13 +08:00
22 changed files with 697 additions and 257 deletions
+12
View File
@@ -242,6 +242,18 @@ export default [
},
],
},
{
path: '/business/loading-manage/detail',
component: Layout,
children: [
{
path: '',
name: '配载单详情',
meta: { keepAlive: false, activeMenu: '/business/loading-manage' },
component: () => import('@/views/business/loading-manage.vue'),
},
],
},
{
path: '/business/transport-plan/form',
component: Layout,