31 lines
915 B
PHP
31 lines
915 B
PHP
<?php
|
|
/**
|
|
* rma.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-16 17:22:41
|
|
* @modified 2022-08-16 17:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => '售後申請',
|
|
|
|
'rmas_index' => '售後服務列表',
|
|
'rmas_show' => '售後服務詳情',
|
|
'rmas_update' => '更新售後服務',
|
|
'rmas_delete' => '刪除售後服務',
|
|
|
|
'customers_name' => '客戶姓名',
|
|
'quantity' => '數量',
|
|
'service_type' => '服務類型',
|
|
'rma_details' => '售後申請詳情',
|
|
'reasons_return' => '退貨原因',
|
|
'current_state' => '當前狀態',
|
|
'modify_status' => '修改狀態',
|
|
'remarks' => '備註信息',
|
|
'update_status' => '更新狀態',
|
|
'operation_history' => '操作歷史',
|
|
];
|