Kaynağa Gözat

admin menu update

ayHaru 4 yıl önce
ebeveyn
işleme
c54c61de4d

+ 0 - 1
admin/control/ordersendlist.php

@@ -8,7 +8,6 @@ class ordersendlistControl extends SystemControl
         parent::__construct();
     }
 
-
     public function indexOp()
     {
         $model_refill_order = Model('refill_order');

+ 2 - 2
admin/include/limit.php

@@ -35,8 +35,8 @@ $_limit =  array(
         array('name'=> '订单列表', 'op'=>null, 'act'=>'refill_order'),
         array('name'=> '通道列表', 'op'=>null, 'act'=>'provider'),
         array('name'=> '通道组管理', 'op'=> null, 'act'=>'provider_group'),
-        array('name'=> '超时订单管理', 'op'=>null, 'act'=>'OrderSendList'),
-        array('name'=> '对账管理', 'op'=>null, 'act'=>'OrderStats'),
+        array('name'=> '超时订单管理', 'op'=>null, 'act'=>'ordersendlist'),
+        array('name'=> '对账管理', 'op'=>null, 'act'=>'orderstats'),
         array('name'=> '卡密管理', 'op'=>null, 'act'=>'card_key'),
         array('name'=> '库存管理', 'op'=>null, 'act'=>'refill_stock'),
         array('name'=> '成功率监控', 'op'=>null, 'act'=>'refill_successful'),

+ 2 - 3
admin/include/menu.php

@@ -98,12 +98,11 @@ $arr = array(
 					array('args'=>'index,refill_order,merchant',			'text'=>'订单列表'),
 					array('args'=>'index,provider,merchant',				'text'=>'通道列表'),
 					array('args'=>'index,provider_group,merchant',			'text'=>'通道组管理'),
-					array('args'=>'index,OrderSendList,merchant',			'text'=>'超时订单监控'),
-					array('args'=>'index,OrderStats,merchant',				'text'=>'对账管理'),
+					array('args'=>'index,ordersendlist,merchant',			'text'=>'超时订单监控'),
+					array('args'=>'index,orderstats,merchant',				'text'=>'对账管理'),
 					array('args'=>'stats,card_key,merchant',				'text'=>'卡密管理'),
 					array('args'=>'index,refill_stock,merchant',			'text'=>'库存管理'),
 					array('args'=>'provider_successful,refill_successful,merchant',	'text'=>'成功率监控'),
-
 				)
 			),
 			4 => array(