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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user