feat: Enhance Company and Job Portal functionality
- Added company nature selection to ManagementList and JobDetailPage. - Implemented detailed tags for job benefits and schedules in JobDetailPage and JobListPage. - Introduced CompanyInfoPage for managing company details, including nature, scale, and contacts. - Enhanced ManagementList to support salary composition, welfare benefits, and work schedule fields. - Created utility functions for parsing and serializing comma-separated tags. - Updated API services to fetch and update current company information. - Added tests for new utility functions to ensure correct parsing and serialization of tags.
This commit is contained in:
@@ -223,6 +223,11 @@ export default [
|
||||
name: 'company',
|
||||
path: '/company',
|
||||
routes: [
|
||||
{
|
||||
name: '企业信息',
|
||||
path: '/company/info/index',
|
||||
component: './Company/Info',
|
||||
},
|
||||
{
|
||||
name: '企业资质审核详情',
|
||||
path: '/company/qualification-review/detail/:id',
|
||||
|
||||
Reference in New Issue
Block a user