|
@@ -114,7 +114,7 @@
|
|
|
<span><i class="icon-edit"></i>拷贝订单号</span>
|
|
|
</a>
|
|
|
<a href="#" class="btns" id="hHandled">
|
|
|
- <span><i class="icon-edit"></i>批量处理</span>
|
|
|
+ <span><i class="icon-edit"></i>批量设置为已处理</span>
|
|
|
</a>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -168,7 +168,7 @@
|
|
|
<td class="align-center">
|
|
|
<?php if($order['except_state'] == 0){?>
|
|
|
<a href="index.php?act=ordersendlist&op=order_exception_handled&except_ids=<?php echo $order['except_id']; ?>">
|
|
|
- 处理</a>
|
|
|
+ 已处理</a>
|
|
|
<?php }?>
|
|
|
</td>
|
|
|
</tr>
|