DXC
f93dbeb848
fix: Step 7 路由 + 发送端字符串对齐(消除 KeyError)+ 配套防御性补强
核心修复
- panel_registry: step7_index class_ref 换绑 Step7View(最小侵入式对位,保持 step_id 保护全项目 18 处下游引用)
- step7_view._on_run_single_clicked: 'step7' → 'step7_index'(wrapped_config key + step_name 同步对齐,消除 PipelineScheduler 抛 KeyError "未注册的步骤: 'step7'")
配套防御性补强
- pipeline_executor.run_single_step_handler: 后台 is_running 时改 QMessageBox 警告 + LogMessage,防多次点击死锁
- worker_thread.run_single_step: 兼容嵌套/扁平 config 格式,嵌套子 dict 为空时回退扁平读取
- 公式 ListWidget layout 修复:setUniformItemSizes + stretch=1 + update(),消除 step7_view 加载后坍塌/不刷新
2026-06-18 13:59:20 +08:00
..
2026-05-12 11:57:10 +08:00
2026-06-18 11:18:27 +08:00
2026-06-18 13:59:20 +08:00
2026-06-18 13:59:20 +08:00
2026-06-16 15:15:10 +08:00
2026-06-12 16:48:20 +08:00
2026-06-15 15:20:50 +08:00
2026-04-08 15:25:08 +08:00
2026-04-08 15:25:08 +08:00