提交 e4491c63 编写于 作者: H hjdhnx

解析列表显示界面优化

上级 a45c2d81
......@@ -117,11 +117,11 @@
table.on('tool(myTable)', function(obj) { // 双击 toolDouble
console.log(obj);
if(obj.event === 'del'){
layer.msg('未开发功能:删除...')
layer.msg('未开发功能:删除...',{time:1000})
}else if(obj.event === 'set_top'){
layer.msg('未开发功能:置顶...')
layer.msg('未开发功能:置顶...',{time:1000})
}else if(obj.event === 'set_bottom'){
layer.msg('未开发功能:置底...')
layer.msg('未开发功能:置底...',{time:1000})
}
});
// }, null, 'define');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册