6a5d76fe by yangjianbin

init

1 parent 29e50f23
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 <table class="table table-border table-bordered table-bg" id="table"> 12 <table class="table table-border table-bordered table-bg" id="table">
13 <thead class="text-c"> 13 <thead class="text-c">
14 <tr> 14 <tr>
15 <th width="68px">操作</th> 15 <!-- <th width="68px">操作</th>-->
16 <th>客户编号</th> 16 <th>客户编号</th>
17 <th>姓名</th> 17 <th>姓名</th>
18 <th>身份证</th> 18 <th>身份证</th>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
59 } 59 }
60 }, 60 },
61 columns: [ 61 columns: [
62 { 62 /*{
63 data: "id", render: function (data, type, full) { 63 data: "id", render: function (data, type, full) {
64 64
65 var url = "<?=site_url('/user/info')?>"; 65 var url = "<?=site_url('/user/info')?>";
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
70 <li><a href="javascript:;" onclick="creatIframe(\''+url+'\', \'查看详细\')">查看详细</a></li>\ 70 <li><a href="javascript:;" onclick="creatIframe(\''+url+'\', \'查看详细\')">查看详细</a></li>\
71 </ul></span>'; 71 </ul></span>';
72 } 72 }
73 }, 73 },*/
74 {data: "id"},//客户编号 74 {data: "id"},//客户编号
75 {data: "userName"},//姓名 75 {data: "userName"},//姓名
76 {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!