|
@@ -113,7 +113,7 @@
|
|
|
, cols: [[
|
|
|
{field: 'title', title: '标题', width: 150}
|
|
|
,{field: 'create_time', title: '创建时间', width: 200}
|
|
|
- , {title: "操作", width: 150, align: 'left', fixed: 'right', toolbar: '#datagrid-operate-bar'}
|
|
|
+ , {title: "操作", width: 180, align: 'left', fixed: 'right', toolbar: '#datagrid-operate-bar'}
|
|
|
]]
|
|
|
, page: true
|
|
|
, height: 'full-108'
|
|
@@ -162,7 +162,7 @@
|
|
|
layer.close(index);
|
|
|
layui.admin.req({
|
|
|
notice: true
|
|
|
- , url: '/tenant/employee/' + data.id + '/'
|
|
|
+ , url: '/tenant/operation_help/' + data.id + '/'
|
|
|
, type: 'delete'
|
|
|
, done: function (res) {
|
|
|
table.reload('datagrid', {});
|