From 1ca2b4206b62c12a3498980f6e3a42795f8f9775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 28 Feb 2024 14:49:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E6=8B=86?= =?UTF-8?q?=E5=88=86=E5=BE=97=E7=BB=86=E8=8A=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 1 + jero-web/src/common/lang/zh-cn.js | 1 + .../documentSplit/DocumentSplit.vue | 60 +++++++++------- .../documentSplit/DocumentSplitDetail.vue | 70 +++++++++---------- .../documentSplit/modules/SplitText.vue | 28 ++++---- .../modules/splitIsInStorage.vue | 46 +++++++++--- 6 files changed, 121 insertions(+), 85 deletions(-) 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 @@