From 8f1d4b984758e9bf11b2422a7deb0cc008555e1e Mon Sep 17 00:00:00 2001 From: caoyang Date: Mon, 28 Feb 2022 17:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 13 +- jero-web/src/common/lang/zh-cn.js | 13 +- jero-web/src/components/search/index.vue | 8 +- .../views/documentManage/collection/index.vue | 4 +- .../src/views/documentManage/ocr/index.vue | 6 +- .../documentManage/ocr/modules/docTable.vue | 52 ++-- .../views/documentManage/splitting/index.vue | 6 +- .../splitting/modules/splitAddForm.vue | 290 ++++++++++++++++++ .../splitting/modules/splitDetail.vue | 33 +- .../documentManage/subscribtion/index.vue | 6 +- 10 files changed, 384 insertions(+), 47 deletions(-) create mode 100644 jero-web/src/views/documentManage/splitting/modules/splitAddForm.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 1a9508129..8cdb80ac4 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -348,5 +348,16 @@ module.exports = { Push:'Push', templateDownload:'Template download', textInformation:'Text information', - relatedInformation:'Related information' + relatedInformation:'Related information', + RetrieveFiles:'Retrieve received files', + SplitText:'Split received text', + ImportResults:'Import split results', + copy:'copy', + TemplateDownload:'Template download', + MergerClause:'Merger clause', + BatchSetting:'Batch setting', + BatchCancel:'Batch cancel collection', + SubscriptionManagement:'Subscription domain management', + BatchCancellation:'Batch cancellation', + } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 049e220f5..e7d483113 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -352,5 +352,16 @@ module.exports = { Push:'推送', templateDownload:'模板下载', textInformation:'文本信息', - relatedInformation:'关联信息' + relatedInformation:'关联信息', + RetrieveFiles:'调取已入库文件', + SplitText:'拆分已入库文本', + ImportResults:'导入拆分结果', + copy:'复制', + TemplateDownload:'模板下载', + MergerClause:'合并条款', + BatchSetting:'批量设置', + BatchCancel:'批量取消收藏', + SubscriptionManagement:'订阅领域管理', + BatchCancellation:'批量取消', + } \ No newline at end of file diff --git a/jero-web/src/components/search/index.vue b/jero-web/src/components/search/index.vue index 7292d443b..f84cc4f0b 100644 --- a/jero-web/src/components/search/index.vue +++ b/jero-web/src/components/search/index.vue @@ -3,7 +3,7 @@ + + + + \ No newline at end of file diff --git a/jero-web/src/views/documentManage/splitting/modules/splitDetail.vue b/jero-web/src/views/documentManage/splitting/modules/splitDetail.vue index b8c9b593b..a903ff6d7 100644 --- a/jero-web/src/views/documentManage/splitting/modules/splitDetail.vue +++ b/jero-web/src/views/documentManage/splitting/modules/splitDetail.vue @@ -47,7 +47,7 @@ {{$t('query')}} - 清空 + {{ $t('reset') }} @@ -57,35 +57,35 @@
- 复制 + {{ $t('copy') }}
- 新增 + {{ $t('add') }}
- 导入 + {{ $t('import') }}
- 导出 + {{ $t('export') }}
- 模板下载 + {{ $t('TemplateDownload') }}
- 合并条款 + {{ $t('MergerClause') }}
- 批量设置 + {{ $t('BatchSetting') }}
- 批量删除 + {{ $t('BatchDelete') }}
@@ -110,15 +110,19 @@
+