feat(前端): 产品卡片双生产总天数 + 效能分析设备总天数按钮切换

- 产品管理卡片同时显示「生产总天数(自然天)」和「生产总天数(工作日)」
- 效能分析页新增「设备生产总天数」统计卡片(设备数/平均/最长),顶部按钮切换 自然天/工作日
- 顺手修复 AnalyticsDashboard Tabs onChange 类型错误
This commit is contained in:
2026-08-28 15:29:01 +08:00
parent b09187ac6e
commit 7f1858387c
4 changed files with 58 additions and 4 deletions

View File

@ -24,6 +24,8 @@ export interface ProductResponse {
latest_record_assignee_id: string | null;
latest_record_assignee_name: string | null;
active_duration_hours: number | null;
production_days: number;
production_days_workdays: number;
}
/** MOM 物料选项 */