Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
note-library
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
e3d5c6eb
authored
May 22, 2020
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
up
parent
a0fd0af1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
public/js/web/labelList.js
public/js/web/labelList.js
View file @
e3d5c6eb
...
...
@@ -22,12 +22,12 @@ layui.use(['form', 'table', 'laydate'], function(){
}
,
cols
:
[[
//表头
{
title
:
'ID'
,
field
:
"id"
,
fixed
:
'left'
,
width
:
80
}
,{
field
:
'template_name'
,
title
:
'模板名称(可点击修改)'
,
edit
:
'text'
}
,{
field
:
'template_name'
,
title
:
'模板名称(可点击修改)'
,
edit
:
'text'
,
width
:
300
}
,{
field
:
'status'
,
title
:
'状态'
,
templet
:
"#status"
,
width
:
80
}
,{
field
:
'create_username'
,
title
:
'创建人'
,
width
:
100
}
,{
field
:
'create_time'
,
title
:
'创建时间'
,
sort
:
true
}
,{
field
:
'update_time'
,
title
:
'更新时间'
,
sort
:
true
}
,{
title
:
'操作'
,
fixed
:
'right'
,
toolbar
:
'#action'
}
,{
field
:
'create_time'
,
title
:
'创建时间'
,
sort
:
true
,
width
:
200
}
,{
field
:
'update_time'
,
title
:
'更新时间'
,
sort
:
true
,
width
:
200
}
,{
title
:
'操作'
,
fixed
:
'right'
,
toolbar
:
'#action'
,
}
]]
,
limit
:
10
,
limits
:
[
10
,
20
,
50
,]
...
...
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