Commit dfc0ee13 by 张恒

feat(scgl): 添加工序列配置支持

- 在表格配置中新增工序列定义
- 配置工序列为可调整大小的表格列
- 设置工序列数据字段为 gxId
- 为工序列添加选择框组件类型支持
- 配置工序列启用排序功能
- 确保工序列样式配置初始化为空值
parent c20eee00
......@@ -45,7 +45,18 @@ export const columns: BasicColumn[] = [
styleConfig: undefined,
listStyle: undefined,
},
{
resizable: true,
dataIndex: 'gxId',
title: '工序',
componentType: 'select',
fixed: false,
sorter: true,
styleConfig: undefined,
listStyle: undefined,
},
{
resizable: true,
dataIndex: 'jhbh',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment