Commit 6c9ba8b7 by 张恒

feat(scgl): 更新生产任务列表配置

- 将listStyle默认值从空字符串改为undefined
- 添加计划结束时间列的固定样式配置
- 新增优先级选择字段支持可调整大小和排序功能
parent b62516cc
...@@ -68,7 +68,7 @@ export const columns: BasicColumn[] = [ ...@@ -68,7 +68,7 @@ export const columns: BasicColumn[] = [
sorter: true, sorter: true,
styleConfig: undefined, styleConfig: undefined,
listStyle: '', listStyle: undefined,
}, },
{ {
...@@ -148,6 +148,18 @@ export const columns: BasicColumn[] = [ ...@@ -148,6 +148,18 @@ export const columns: BasicColumn[] = [
}, },
{ {
resizable: true, resizable: true,
dataIndex: 'yxj',
title: '优先级',
componentType: 'select',
fixed: false,
sorter: true,
styleConfig: undefined,
listStyle: undefined,
},
{
resizable: true,
dataIndex: 'ywzz', dataIndex: 'ywzz',
title: '业务组织', title: '业务组织',
componentType: 'select', componentType: 'select',
......
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