ed73c5d6 by yangjianbin

init

1 parent bfa6eafe
...@@ -202,6 +202,11 @@ ...@@ -202,6 +202,11 @@
202 }, 202 },
203 columns: [ 203 columns: [
204 { 204 {
205 data: "id", render:function (data, type, full) {
206 return '<input value="'+data+'" type="checkbox">';
207 }
208 },
209 {
205 data: "id", render: function (data, type, full) { 210 data: "id", render: function (data, type, full) {
206 return '<span class="dropDown dropDown_hover">\ 211 return '<span class="dropDown dropDown_hover">\
207 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\ 212 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!