feat: 营养管理异常事件页面重构及多页面交互优化

- 重构系统脏数据页面(ano-dirty):去掉统计卡片,筛选项改为业务模块/异常类型/年份,表格列重新设计
- 重构结果异常页面(ano-result):去掉统计卡片,筛选项改为年份/异常类型/时间范围,操作列仅保留详情
- 营养用餐模块多页面交互优化(数据、模型、终端、订单等)
- 删除 din-user-mgmt-dialog.html,用户管理弹窗合并至主页面
- 同步更新 index.html SITE_MAP(移除已删除条目,新增 arc-employee-detail)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
冯普
2026-05-14 14:04:04 +08:00
co-authored by Claude Opus 4.6
parent d13a819ce6
commit 772879cd8b
19 changed files with 2322 additions and 689 deletions
+1 -3
View File
@@ -230,6 +230,7 @@ const SITE_MAP = [
{ file:'trace-query.html', label:'溯源查询' },
{ file:'trace-timeline.html', label:'链路可视化' },
{ file:'arc-employee.html', label:'员工营养数据' },
{ file:'arc-employee-detail.html', label:'员工营养详情' },
{ file:'arc-unit.html', label:'单位报表数据' },
{ file:'arc-algo.html', label:'算法模型' },
{ file:'farm-land.html', label:'土地环境' },
@@ -247,11 +248,9 @@ const SITE_MAP = [
{ file:'sup-clean-internal.html', label:'净菜内供' },
{ file:'sup-clean-external.html', label:'净菜外售' },
{ file:'din-user-mgmt.html', label:'用户管理' },
{ file:'din-user-mgmt-dialog.html', label:'用户管理弹窗', dialog:true },
{ file:'din-dish-all.html', label:'菜品总库' },
{ file:'din-dish-all-dialog.html', label:'菜品总库弹窗', dialog:true },
{ file:'din-dish-add.html', label:'新增菜品' },
{ file:'din-dish-composition.html', label:'菜品成分' },
{ file:'din-ingredient.html', label:'食材管理' },
{ file:'din-ingredient-dialog.html', label:'食材管理弹窗', dialog:true },
{ file:'din-ingredient-detail.html', label:'食材详情' },
@@ -271,7 +270,6 @@ const SITE_MAP = [
{ file:'din-data-consume.html', label:'消费数据' },
{ file:'din-data-benefit.html', label:'效益数据' },
{ file:'prod-recipe-plan.html', label:'食谱排期' },
{ file:'prod-recipe-plan-dialog.html', label:'食谱排期弹窗', dialog:true },
{ file:'prod-clean-order.html', label:'净菜下单' },
{ file:'prod-proc-combo.html', label:'配菜组合' },
{ file:'prod-proc-cook.html', label:'烹饪加工' },