From 03f10f4077027c3eaf586497a4db9058e4d072b1 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 28 Aug 2024 15:53:39 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB]?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E5=8E=9F=E6=96=87=E9=80=89=E9=A1=B9?= =?UTF-8?q?=EF=BC=88=E9=9A=90=E8=97=8F=E8=AF=91=E6=96=87=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/en-us.js | 1 + src/common/lang/zh-cn.js | 1 + src/components/StandardResolutionSheet.vue | 55 +++++++++++++++------- 3 files changed, 40 insertions(+), 17 deletions(-) diff --git a/src/common/lang/en-us.js b/src/common/lang/en-us.js index f5819c1..e7b3c28 100644 --- a/src/common/lang/en-us.js +++ b/src/common/lang/en-us.js @@ -514,6 +514,7 @@ module.exports = { dataType: 'Data Type', split: 'Split', article: 'Article', + originalText: 'Original Text', clauseLabel: 'Article label', splitResultFile: 'Split Result File', splitImportResultTip: 'Upload the split result file in accordance with the relevant format requirements, please ', diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js index cae9a82..10efd28 100644 --- a/src/common/lang/zh-cn.js +++ b/src/common/lang/zh-cn.js @@ -515,6 +515,7 @@ module.exports = { split: '拆分', article: '条文', clauseLabel: '条文标签', + originalText: '原文', splitResultFile: '拆分结果文件', splitImportResultTip: '上传拆分结果文件需遵循相关格式要求,具体要求请', clickToView: '点击查看', diff --git a/src/components/StandardResolutionSheet.vue b/src/components/StandardResolutionSheet.vue index 75fe584..3897548 100644 --- a/src/components/StandardResolutionSheet.vue +++ b/src/components/StandardResolutionSheet.vue @@ -109,7 +109,8 @@
-
+
@@ -140,7 +141,8 @@
-
+
{{ $t('standardRegulationLibrary.translation') }}
@@ -157,7 +159,8 @@
-
+
{{ $t('standardRegulationLibrary.clauseLabel') }}