Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李洋
/
消息系统
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
d7541ab8
authored
Nov 05, 2018
by
李洋
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
111
parent
dc0254a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
public/js/Message/manualhistorylist.js
public/js/Message/manualhistorylist.js
View file @
d7541ab8
...
...
@@ -41,12 +41,12 @@ layui.use(['laydate','table','laypage','form'], function(){
page
:
true
,
limit
:
10
,
cols
:
[[
//表头
{
field
:
'log_id'
,
title
:
'消息编号'
,
align
:
'center'
,
width
:
145
},
{
field
:
'title'
,
title
:
'消息标题'
,
align
:
'center'
,
width
:
145
},
{
field
:
'description'
,
title
:
'消息描述'
,
align
:
'center'
,
width
:
145
},
{
field
:
'channel_type_str'
,
title
:
'消息渠道'
,
align
:
'center'
,
width
:
145
},
{
field
:
'obj_user'
,
title
:
'推送目标'
,
align
:
'center'
,
width
:
145
},
{
field
:
'actual_send_time_str'
,
title
:
'发送时间'
,
align
:
'center'
,
width
:
145
},
{
field
:
'log_id'
,
title
:
'消息编号'
,
align
:
'center'
},
{
field
:
'title'
,
title
:
'消息标题'
,
align
:
'center'
},
{
field
:
'description'
,
title
:
'消息描述'
,
align
:
'center'
},
{
field
:
'channel_type_str'
,
title
:
'消息渠道'
,
align
:
'center'
},
{
field
:
'obj_user'
,
title
:
'推送目标'
,
align
:
'center'
},
{
field
:
'actual_send_time_str'
,
title
:
'发送时间'
,
align
:
'center'
},
{
fixed
:
'right'
,
title
:
'操作'
,
width
:
150
,
align
:
'center'
,
toolbar
:
'#bar'
}
]]
});
...
...
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