Commit d7541ab8 by 李洋

111

parent dc0254a5
Showing with 6 additions and 6 deletions
......@@ -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'}
]]
});
......
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 sign in to comment