You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
2.0 KiB
18 lines
2.0 KiB
<?php
|
|
|
|
return [
|
|
"NationalCulturalDataQuery" => ['goods.Goods/list', 'goods.Goods/offGoods', 'goods.Goods/goodsDetail', 'goods.Goods/sourceDetail'],
|
|
"CulturalDataCategoryManagement" => ['goods.Classify/getTop', 'admin/user.User/getUser', 'goods.Classify/list', 'goods.Classify/updateStatus', 'Log/getLog', 'goods.Classify/addClass'],
|
|
"CulturalDataAdmissionManagement" => ['goods.Goods/list', 'goods.Goods/manualGetGoods', 'goods.Goods/goodsDetail', 'goods.Goods/sourceDetail'],
|
|
"AllTradeOrders" => ['order.Order/list', 'order.Order/orderDetail', 'goods.Goods/sourceDetail', 'order.Order/orderInfo', 'order.Order/orderShut'],
|
|
"PendingPayment" => ['order.Order/list', 'order.Order/orderDetail', 'goods.Goods/sourceDetail', 'order.Order/orderInfo', 'order.Order/orderShut'],
|
|
"PendDelivery" => ['order.Order/list', 'order.Order/orderDetail', 'goods.Goods/sourceDetail', 'order.Order/orderInfo', 'order.Order/orderShut'],
|
|
"PendBalance" => ['order.Order/list', 'order.Order/orderDetail', 'goods.Goods/sourceDetail', 'order.Order/orderInfo', 'order.Order/orderShut'],
|
|
"OrderCompleted" => ['order.Order/list', 'order.Order/orderDetail', 'goods.Goods/sourceDetail', 'order.Order/orderInfo', 'order.Order/orderShut'],
|
|
"OrderClosed" => ['order.Order/list', 'order.Order/orderDetail', 'goods.Goods/sourceDetail', 'order.Order/orderInfo', 'order.Order/orderShut'],
|
|
"ServiceInvoice" => [],
|
|
"FundsSettlementStatement" => ['order.AccountClose/closeList', 'order.AccountClose/getCloseAccountInfo', 'order.AccountClose/getBillDetail'],
|
|
"AccountSharingRatioSetting" => ['order.AccountClose/ratioList', 'user.User/getUser', 'order.AccountClose/ratioStatus', 'order.AccountClose/ratioDetail', 'order.AccountClose/setRatio'],
|
|
"PaymentMethodSettings" => ['order.AccountClose/getPaySetting', 'order.AccountClose/setPaySetting'],
|
|
"DataDisplayLayoutManagement" => ['goods.Goods/rankingList', 'goods.Goods/delRanking', 'goods.Goods/list', 'goods.Goods/addRanking', 'goods.Goods/rankingSort']
|
|
];
|
|
|