diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index f94aee9..f796ac8 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -426,6 +426,7 @@ module.exports = { clauseLabel: 'Clause label', splitResultFile: 'Split result file', splitImportResultTip: 'Upload the split result file in accordance with the relevant format requirements, please ', + splitImportResultWord: 'Upload the split file in accordance with the relevant format requirements, please ', clickToView: 'click to view', gotIt: 'Got It', formatRequirement: 'Format requirement', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index cf93f72..9af0cec 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -436,6 +436,7 @@ module.exports = { clauseLabel: '条文标签', splitResultFile: '拆分结果文件', splitImportResultTip: '上传拆分结果文件需遵循相关格式要求,具体要求请', + splitImportResultWord: '上传拆分文档需遵循相关格式要求,具体要求请', clickToView: '点击查看', gotIt: '知道了', formatRequirement: '格式要求', diff --git a/jero-web/src/views/documentTool/documentSplit/DocumentSplit.vue b/jero-web/src/views/documentTool/documentSplit/DocumentSplit.vue index 8e6718c..dcf6938 100644 --- a/jero-web/src/views/documentTool/documentSplit/DocumentSplit.vue +++ b/jero-web/src/views/documentTool/documentSplit/DocumentSplit.vue @@ -11,23 +11,23 @@ - - - - - + + + + + + + + + + + - - - - - + + + + +
{{ $t('query') }} @@ -39,9 +39,13 @@
- + {{ $t('docTool.split.splitText') }} + + + 拆分上传文本 + {{ $t('docTool.split.importResults') }} @@ -81,9 +85,10 @@
- + - + + @@ -94,7 +99,7 @@