路径bug
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -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"></i></button>\ | 139 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></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 | } | ... | ... |
-
Please register or sign in to post a comment