1.优化后台菜单页面
This commit is contained in:
@@ -33,4 +33,11 @@ export default {
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'ID',
|
||||
manual_retry: 'Retry grant',
|
||||
retry_confirm: 'Queue this order for grant retry?',
|
||||
ship: 'Ship',
|
||||
ship_shipping_no_prompt: 'Enter tracking number',
|
||||
ship_shipping_company_prompt: 'Enter carrier',
|
||||
reject: 'Reject',
|
||||
reject_reason_prompt: 'Enter rejection reason',
|
||||
}
|
||||
|
||||
@@ -33,5 +33,12 @@ export default {
|
||||
create_time: '创建时间',
|
||||
update_time: '修改时间',
|
||||
'quick Search Fields': 'ID',
|
||||
manual_retry: '手动重试',
|
||||
retry_confirm: '确认将该订单加入重试队列?',
|
||||
ship: '发货',
|
||||
ship_shipping_no_prompt: '请输入物流单号',
|
||||
ship_shipping_company_prompt: '请输入物流公司',
|
||||
reject: '驳回',
|
||||
reject_reason_prompt: '请输入驳回原因',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user