Commit e3d5c6eb by 孙龙

up

parent a0fd0af1
Showing with 4 additions and 4 deletions
......@@ -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,]
......
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