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