26610754 by Zelig

网查超链接

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