feat(CoilSelector): 添加创建时间列

feat(anneal/plan): 支持多目标炉选择并优化表单逻辑

- 在CoilSelector组件的数据配置中添加创建时间列
- 修改退火计划表单,支持选择多个目标炉
- 移除未使用的状态更新对话框
- 新增表单提交时对多目标炉的处理逻辑
This commit is contained in:
2026-04-21 17:03:13 +08:00
parent c60ed8eb86
commit fc203acd68
2 changed files with 32 additions and 25 deletions

View File

@@ -55,6 +55,13 @@ export const defaultColumns = [
width: '120',
showOverflowTooltip: true
},
{
label: '创建时间',
align: 'center',
prop: 'createTime',
width: '100',
showOverflowTooltip: true
},
{
label: '备注',
align: 'center',