5dbd2fd3 by yangjianbin

init

1 parent 1ae56c3b
...@@ -91,9 +91,9 @@ ...@@ -91,9 +91,9 @@
91 data: "id", render: function (data, type, full) { 91 data: "id", render: function (data, type, full) {
92 var str = ''; 92 var str = '';
93 if(full.status == 1){ 93 if(full.status == 1){
94 str = '<li><a href="javascript:freeze(\'+data+\');">冻结</a></li>'; 94 str = '<li><a href="javascript:freeze('+data+');">冻结</a></li>';
95 } else { 95 } else {
96 str = '<li><a href="javascript:unfreeze(\'+data+\');">正常</a></li>'; 96 str = '<li><a href="javascript:unfreeze('+data+');">正常</a></li>';
97 } 97 }
98 return '<span class="dropDown dropDown_hover">\ 98 return '<span class="dropDown dropDown_hover">\
99 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\ 99 <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!