mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
后台数据列表 UI 优化+钩子优化
This commit is contained in:
@ -92,6 +92,9 @@ class Order extends Common
|
||||
// 支付状态
|
||||
$this->assign('common_order_pay_status', lang('common_order_pay_status'));
|
||||
|
||||
// 订单模式
|
||||
$this->assign('common_site_type_list', lang('common_site_type_list'));
|
||||
|
||||
// 快递公司
|
||||
$this->assign('express_list', ExpressService::ExpressList());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user