feat: 新增健康排查活动列表页面+主页入口卡片
- 员工端健康监测主页新增健康排查入口(已参加/待参加次数统计) - 活动列表页支持待参加/已参加Tab切换 - 活动卡片展示:活动名称/日期/组织单位/状态/参加人数进度条 - 已参加显示参加时间,待参加显示去填写按钮 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
1a121017e5
commit
27f72d8049
@@ -339,6 +339,12 @@ const SITE_MAP = [
|
||||
{ file:'health-checkup/survey-score.html', label:'排查问卷-积分规则' },
|
||||
{ file:'health-checkup/survey-template.html', label:'排查问卷-模板信息' },
|
||||
{ file:'health-checkup/survey-question.html', label:'排查问卷-问题管理' },
|
||||
{ file:'health-checkup/survey-manage.html', label:'问卷管理' },
|
||||
{ file:'health-checkup/survey-edit.html', label:'新增/编辑问卷', dialog:true },
|
||||
{ file:'health-checkup/activity-manage.html', label:'活动管理' },
|
||||
{ file:'health-checkup/activity-stat.html', label:'活动统计' },
|
||||
{ file:'health-checkup/activity-edit.html', label:'新增/编辑活动', dialog:true },
|
||||
{ file:'health-checkup/activity-detail.html', label:'活动详情', dialog:true },
|
||||
{ file:'health-checkup/maxim.html', label:'格言管理' },
|
||||
{ file:'health-checkup/record-user.html', label:'排查记录-用户排查' },
|
||||
{ file:'health-checkup/record-dept.html', label:'排查记录-部门排查' },
|
||||
@@ -576,6 +582,7 @@ const SITE_MAP = [
|
||||
{ file:'health-screening/questionnaire-setting.html', label:'题目设置' },
|
||||
{ file:'health-screening/checkin-record.html', label:'打卡记录' },
|
||||
{ file:'health-screening/questionnaire-detail.html', label:'问卷详情' },
|
||||
{ file:'health-checkup/index.html', label:'健康排查活动列表' },
|
||||
{ file:'weight/index.html', label:'体重监测首页' },
|
||||
{ file:'weight/history.html', label:'体重历史数据' },
|
||||
{ file:'weight/report-detail.html', label:'体重详细报告' },
|
||||
|
||||
Reference in New Issue
Block a user