31 lines
858 B
PHP
31 lines
858 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',
|
|
|
|
'rmas_index' => 'Index',
|
|
'rmas_show' => 'Show',
|
|
'rmas_update' => 'Update',
|
|
'rmas_delete' => 'Delete',
|
|
|
|
'customers_name' => 'Customers Name',
|
|
'quantity' => 'Quantity',
|
|
'service_type' => 'Service Type',
|
|
'rma_details' => 'Rma Details',
|
|
'reasons_return' => 'Reasons Return',
|
|
'current_state' => 'Current State',
|
|
'modify_status' => 'Modify Status',
|
|
'remarks' => 'Remarks',
|
|
'update_status' => 'Update Status',
|
|
'operation_history' => 'Operation History',
|
|
];
|