From f2cf14f3a8df387eaa754a460252919ffa52b1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 21 Feb 2024 17:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=8B=86=E5=88=86=E5=B7=B2?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=96=87=E6=9C=AC?= 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 + .../modules/ImportSplitResultModal.vue | 44 +++++++++++-------- .../modules/splitIsInStorage.vue | 12 ++--- 4 files changed, 33 insertions(+), 25 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index e9a553b..bc36786 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -457,6 +457,7 @@ module.exports = { documentSplitTemplate: 'Document Split Template', mergeTerms: 'Determine Merger Terms', pleaseUploadSplitFile: 'Please Upload Split File', + splitFile: 'Split File', text: 'Text', picture: 'Picture', table: 'Table', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 00b0727..fae6720 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -466,6 +466,7 @@ module.exports = { documentSplitTemplate: '拆分导入模版下载', mergeTerms: '确定合并条款', pleaseUploadSplitFile: '请上传拆分文件', + splitFile: '拆分文件', text: '文本', picture: '图片', table: '表格', diff --git a/jero-web/src/views/documentTool/documentSplit/modules/ImportSplitResultModal.vue b/jero-web/src/views/documentTool/documentSplit/modules/ImportSplitResultModal.vue index 84f2e02..4933e4a 100644 --- a/jero-web/src/views/documentTool/documentSplit/modules/ImportSplitResultModal.vue +++ b/jero-web/src/views/documentTool/documentSplit/modules/ImportSplitResultModal.vue @@ -15,31 +15,38 @@ - + + + + + + + + - + + + + + + + + @@ -66,7 +73,6 @@