人口基本信息-禁用网格员的日志记录查看按钮
This commit is contained in:
parent
102256a603
commit
9c3a3ca40c
@ -55,7 +55,7 @@
|
|||||||
<!-- <button type="button" class="layui-btn layui-btn-sm" style="display: none" lay-event="excelEvent">-->
|
<!-- <button type="button" class="layui-btn layui-btn-sm" style="display: none" lay-event="excelEvent">-->
|
||||||
<!-- <i class="fa fa-lg fa-file-excel-o"></i>Excel导入-->
|
<!-- <i class="fa fa-lg fa-file-excel-o"></i>Excel导入-->
|
||||||
<!-- </button>-->
|
<!-- </button>-->
|
||||||
<button type="button" class="layui-btn layui-btn-sm" lay-event="bindEvent">
|
<button type="button" class="layui-btn layui-btn-normal layui-btn-sm" lay-event="bindEvent">
|
||||||
认领人员
|
认领人员
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="layui-btn layui-btn-sm" lay-event="correctEvent">
|
<button type="button" class="layui-btn layui-btn-sm" lay-event="correctEvent">
|
||||||
@ -211,12 +211,12 @@
|
|||||||
}
|
}
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
},
|
}/*,
|
||||||
{field: 'creator', width:120, title: '认领记录', align:'center', fixed: 'right',
|
{field: 'creator', width:120, title: '认领记录', align:'center', fixed: 'right',
|
||||||
templet: function(row) {
|
templet: function(row) {
|
||||||
return '<button type="button" lay-event="bindEvent" class="layui-btn layui-btn-xs" >认领记录</button>';
|
return '<button type="button" lay-event="bindEvent" class="layui-btn layui-btn-xs" >认领记录</button>';
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
page: true,
|
page: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user