Commit acb4ecf5 by 叶明星

添加原因展示

parent 8bc60e64
...@@ -28,6 +28,7 @@ layui.use(['table','form','laydate','layer'], function() { ...@@ -28,6 +28,7 @@ layui.use(['table','form','laydate','layer'], function() {
,{field:'ac_id', title: '活动ID'} ,{field:'ac_id', title: '活动ID'}
,{field:'add_time', title: '申请时间',templet:'#add_time'} ,{field:'add_time', title: '申请时间',templet:'#add_time'}
,{field:'status', title: '申请状态',templet:'#status'} ,{field:'status', title: '申请状态',templet:'#status'}
,{field:'auth_cause', title: '原因'}
,{field:'experience', title: '操作',templet:'#edit',fixed:'right'} ,{field:'experience', title: '操作',templet:'#edit',fixed:'right'}
]] ]]
,id:'list' ,id:'list'
......
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