e531f8cf by yangjianbin

init

1 parent 233bbad2
...@@ -60,9 +60,8 @@ ...@@ -60,9 +60,8 @@
60 } 60 }
61 }, 61 },
62 columns: [ 62 columns: [
63 /*{ 63 {
64 data: "id", render: function (data, type, full) { 64 data: "id", render: function (data, type, full) {
65
66 var url = "< ?=site_url('/user/info')?>"; 65 var url = "< ?=site_url('/user/info')?>";
67 url += '/' + data; 66 url += '/' + data;
68 return '<span class="dropDown dropDown_hover">\ 67 return '<span class="dropDown dropDown_hover">\
...@@ -71,7 +70,7 @@ ...@@ -71,7 +70,7 @@
71 <li><a href="javascript:;" onclick="creatIframe(\''+url+'\', \'查看详细\')">查看详细</a></li>\ 70 <li><a href="javascript:;" onclick="creatIframe(\''+url+'\', \'查看详细\')">查看详细</a></li>\
72 </ul></span>'; 71 </ul></span>';
73 } 72 }
74 },*/ 73 },
75 {data: "id"},//客户编号 74 {data: "id"},//客户编号
76 {data: "userName"},//姓名 75 {data: "userName"},//姓名
77 {data: "idCard"},//身份证 76 {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!