结构修改,后端文件跟前端内容进行适配

This commit is contained in:
DXC
2026-06-11 17:44:24 +08:00
parent 3584c07b67
commit e59703f163
12 changed files with 1311 additions and 495 deletions

View File

@ -223,8 +223,8 @@ class Step4SamplingPanel(QWidget):
main_window = self.window()
if hasattr(main_window, 'run_single_step'):
config = {'step4': self.get_config()}
main_window.run_single_step('step4', config)
config = {'step4_sampling': self.get_config()}
main_window.run_single_step('step4_sampling', config)
def _check_csv_exists(self):
"""检查 output csv 是否存在,驱动预览按钮启停"""