916c85f9 by Zelig

路径bug

1 parent a0528bd3
...@@ -137,8 +137,8 @@ ...@@ -137,8 +137,8 @@
137 data: "id", render: function (data, type, full) { 137 data: "id", render: function (data, type, full) {
138 return '<span class="dropDown dropDown_hover">\ 138 return '<span class="dropDown dropDown_hover">\
139 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\ 139 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\
140 <ul class="dropDown-menu menu radius box-shadow"><li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/work/detail/' + data + '?tab=0\')">查看详细</a></li>\ 140 <ul class="dropDown-menu menu radius box-shadow"><li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=0\')">查看详细</a></li>\
141 <li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/work/detail/' + data + '?tab=2\')">处理记录</a></li>\ 141 <li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=2\')">处理记录</a></li>\
142 <li><a href="#">客户取消</a></li>\ 142 <li><a href="#">客户取消</a></li>\
143 </ul></span>'; 143 </ul></span>';
144 } 144 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!