feat: add venue information management and detail view

- Added routes for venue information maintenance and detail views.
- Implemented venue information detail page with data fetching and display.
- Created edit modal for adding and editing venue information with form validation.
- Integrated venue type and line options for selection in the edit modal.
- Enhanced outdoor fair management to include venue binding and details.
- Updated services to handle venue information CRUD operations.
This commit is contained in:
2026-06-25 12:47:53 +08:00
parent 93f39886d9
commit 9e0afffef2
9 changed files with 958 additions and 46 deletions

View File

@@ -226,6 +226,16 @@ export default [
path: '/jobfair/outdoor-fair',
component: './Jobfair/Outdoorfair',
},
{
name: '场地信息维护',
path: '/jobfair/venue-info',
component: './Jobfair/Venueinfo',
},
{
name: '场地信息详情',
path: '/jobfair/venue-info/detail',
component: './Jobfair/Venueinfo/Detail',
},
{
name: '户外招聘会详情',
path: '/jobfair/outdoor-fair/detail',