bc3df8dd by yangjianbin

init

1 parent 9879dd71
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 <table class="table table-border table-bordered table-bg" id="table"> 13 <table class="table table-border table-bordered table-bg" id="table">
14 <thead class="text-c"> 14 <thead class="text-c">
15 <tr> 15 <tr>
16 <th width="68px">操作</th> 16 <!-- <th width="68px">操作</th>-->
17 <th>客户编号</th> 17 <th>客户编号</th>
18 <th>姓名</th> 18 <th>姓名</th>
19 <th>身份证</th> 19 <th>身份证</th>
...@@ -60,17 +60,17 @@ ...@@ -60,17 +60,17 @@
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 var url = "<?=site_url('/user/info')?>"; 65 // var url = "<?//=site_url('/user/info')?>//";
66 url += '/' + data; 66 // url += '/' + data;
67 return '<span class="dropDown dropDown_hover">\ 67 // return '<span class="dropDown dropDown_hover">\
68 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\ 68 // <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\
69 <ul class="dropDown-menu menu radius box-shadow">\ 69 // <ul class="dropDown-menu menu radius box-shadow">\
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!