Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 503e0711
authored
Jun 06, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改列表展示顺序
1 parent
fdfdb906
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
src/views/batchPlanManagement/index.vue
src/views/batchPlanManagement/index.vue
View file @
503e071
...
...
@@ -105,27 +105,27 @@ export default {
columns
()
{
return
[
{
label
:
'序号'
,
type
:
'index'
,
width
:
'80px'
},
{
label
:
'批次名称'
,
prop
:
'batName'
,
width
:
'400px'
,
__slotName
:
'batName'
,
},
{
label
:
'批次年度'
,
prop
:
'year'
,
width
:
'120px'
},
{
label
:
'计划评审日期'
,
width
:
'160px'
,
prop
:
'planReviewDate'
,
},
{
label
:
'批次名称'
,
prop
:
'batName'
,
width
:
'500px'
,
__slotName
:
'batName'
,
},
{
label
:
'批次年度'
,
prop
:
'year'
,
width
:
'150px'
},
{
label
:
'状态'
,
prop
:
'state'
,
width
:
'1
2
0px'
,
width
:
'1
5
0px'
,
collectionType
:
'approvalStatusOptions'
,
options
:
approvalStatusOptions
,
},
{
label
:
'计划评审日期'
,
width
:
'200px'
,
prop
:
'planReviewDate'
,
},
// { label: '创建人', prop: 'createMan' },
{
label
:
'创建时间'
,
prop
:
'createTime'
,
width
:
'
16
0px'
},
{
label
:
'创建时间'
,
prop
:
'createTime'
,
width
:
'
20
0px'
},
{
label
:
'备注'
,
width
:
'400px'
,
prop
:
'remark'
},
{
label
:
'操作'
,
type
:
'operation'
,
width
:
'
36
0px'
,
width
:
'
45
0px'
,
actionButtons
:
[
{
title
:
'修改'
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment