a7aefa9a by yangjianbin

init

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