Commit 7d66a565 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 处理订单收货上传单据按钮翻译问题

parent e81e631e
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
'common.button.select':'Select', 'common.button.select':'Select',
'common.button.advanced.filter':'Advanced Filter', 'common.button.advanced.filter':'Advanced Filter',
'common.button.submit':'Submit', 'common.button.submit':'Submit',
'common.button.upload': 'Upload files',
/** tips */ /** tips */
'common.tip.save.confirm':'You still have unsaved content. Are you sure you want to leave? ', 'common.tip.save.confirm':'You still have unsaved content. Are you sure you want to leave? ',
......
...@@ -24,6 +24,7 @@ export default { ...@@ -24,6 +24,7 @@ export default {
'common.button.select': '선택 항목', 'common.button.select': '선택 항목',
'common.button.advanced.filter': '고급 필터', 'common.button.advanced.filter': '고급 필터',
'common.button.submit': '커밋', 'common.button.submit': '커밋',
'common.button.upload': '파일 업로드',
/** tips */ /** tips */
'common.tip.save.confirm': '아직 저장하지 않은 내용이 있습니다. 떠나시겠습니까?', 'common.tip.save.confirm': '아직 저장하지 않은 내용이 있습니다. 떠나시겠습니까?',
......
...@@ -24,6 +24,7 @@ export default { ...@@ -24,6 +24,7 @@ export default {
'common.button.select': '选择', 'common.button.select': '选择',
'common.button.advanced.filter': '高级筛选', 'common.button.advanced.filter': '高级筛选',
'common.button.submit': '提交', 'common.button.submit': '提交',
'common.button.upload': '上传文件',
/** tips */ /** tips */
'common.tip.save.confirm': '您还有未保存的内容,是否确定要离开?', 'common.tip.save.confirm': '您还有未保存的内容,是否确定要离开?',
......
...@@ -549,6 +549,9 @@ const OrderDeleveRecord:React.FC<OrderDeleveRecordProps> = () => { ...@@ -549,6 +549,9 @@ const OrderDeleveRecord:React.FC<OrderDeleveRecordProps> = () => {
headers: { headers: {
token token
}, },
locale: {
uploadText: intl.formatMessage({id: 'common.button.upload'})
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment