26610754 by Zelig

网查超链接

1 parent 1493571e
......@@ -93,7 +93,11 @@
}
},
{data: "orderNo"},//网站名称
{data: "userName"},//网站地址
{data: "userName", render: function(data, type, full) {
if(data)
return '<a href="'+data+'" target="_blank" class="btn btn-link">'+data+'</a>';
return '';
}},//网站地址
{data: "idCard"},//备注
]
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!