|
@@ -1060,7 +1060,7 @@ class BaseSellerControl extends Control {
|
|
|
'order' => array('name' => '订单物流', 'child' => array(
|
|
|
array('name' => '实物交易订单', 'act'=>'store_order', 'op'=>'index'),
|
|
|
array('name' => '虚拟兑码订单', 'act'=>'store_vr_order', 'op'=>'index'),
|
|
|
- array('name' => '充值订单处理', 'act'=>'store_refill_order', 'op'=>'index'),
|
|
|
+ array('name' => '我的订单', 'act'=>'store_refill_order', 'op'=>'index'),
|
|
|
array('name' => '发货', 'act'=>'store_deliver', 'op'=>'index'),
|
|
|
array('name' => '发货设置', 'act'=>'store_deliver_set', 'op'=>'daddress_list'),
|
|
|
array('name' => '运单模板', 'act'=>'store_waybill', 'op'=>'waybill_manage'),
|