init
Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -128,6 +128,12 @@ | ... | @@ -128,6 +128,12 @@ |
| 128 | }, | 128 | }, |
| 129 | columns: [ | 129 | columns: [ |
| 130 | { | 130 | { |
| 131 | // data: "id", | ||
| 132 | render:function (data, type, full) { | ||
| 133 | return '<input value="'+data+'" type="checkbox">'; | ||
| 134 | } | ||
| 135 | }, | ||
| 136 | { | ||
| 131 | data: "id", render: function (data, type, full) { | 137 | data: "id", render: function (data, type, full) { |
| 132 | return '<span class="dropDown dropDown_hover">\ | 138 | return '<span class="dropDown dropDown_hover">\ |
| 133 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ | 139 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ | ... | ... |
-
Please register or sign in to post a comment