a7aefa9a by yangjianbin

init

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