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 @@