baead188 by yangjianbin

init

1 parent 089c200a
...@@ -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">&#xe6d5;</i></button>\ 132 <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!