|
|
|
@ -93,7 +93,7 @@
|
|
|
|
|
field : 'operation_',title : '操作',align:"center", templet: function (d) {
|
|
|
|
|
var htm = '<button type="button" class="layui-btn layui-btn-danger layui-btn-xs" lay-event="del">删除</button>';
|
|
|
|
|
htm += '<button type="button" class="layui-btn layui-btn-normal layui-btn-xs" style="background-color: #c2c2c2" lay-event="moveLeft">左移</button>';
|
|
|
|
|
htm += '<button type="button" class="layui-btn layui-btn-normal layui-btn-xs" style="background-color: #c2c2c2" lay-event="moveRright">右移</button>';
|
|
|
|
|
htm += '<button type="button" class="layui-btn layui-btn-normal layui-btn-xs" style="background-color: #c2c2c2" lay-event="moveRight">右移</button>';
|
|
|
|
|
return htm;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|