18 lines
417 B
PHP
18 lines
417 B
PHP
<?php
|
|
/**
|
|
* rma.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author TL <mengwb@opencart.cn>
|
|
* @created 2022-08-16 17:22:41
|
|
* @modified 2022-08-16 17:22:41
|
|
*/
|
|
|
|
return [
|
|
'rmas_index' => '售后服务列表',
|
|
'rmas_show' => '售后服务详情',
|
|
'rmas_update' => '更新售后服务',
|
|
'rmas_delete' => '删除售后服务'
|
|
];
|