19 lines
513 B
PHP
19 lines
513 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'customer_groups_index' => '客户组列表',
|
|
'customer_groups_create' => '创建客户组',
|
|
'customer_groups_show' => '客户组详情',
|
|
'customer_groups_update' => '更新客户组',
|
|
'customer_groups_delete' => '删除客户组',
|
|
];
|