feat: 新增招聘会企业签到与未参会统计

This commit is contained in:
2026-07-24 12:35:30 +08:00
parent 25ba8dc0da
commit 527fcea91f
11 changed files with 332 additions and 2 deletions

View File

@@ -259,6 +259,17 @@ export default [
name: 'company',
path: '/company',
routes: [
{
name: '企业列表',
path: '/company/list',
component: './Company/List',
},
{
name: '未参加招聘会详情',
path: '/company/list/missed-outdoor-fairs',
component: './Company/List/MissedOutdoorFairs',
hideInMenu: true,
},
{
name: '企业信息',
path: '/company/info/index',