Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金民
weiqiao-vue
Commits
6c9ba8b7
Commit
6c9ba8b7
authored
Feb 04, 2026
by
张恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(scgl): 更新生产任务列表配置
- 将listStyle默认值从空字符串改为undefined - 添加计划结束时间列的固定样式配置 - 新增优先级选择字段支持可调整大小和排序功能
parent
b62516cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
xjrsoft-vue3/src/views/scgl/scrw/components/config.ts
+13
-1
No files found.
xjrsoft-vue3/src/views/scgl/scrw/components/config.ts
View file @
6c9ba8b7
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment