From dbaa6cd5d064d2bac7fb12d79fc35f956299a7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 1 Nov 2023 16:53:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9C=AC=E5=9C=B0=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/businessSupport/zh.js | 5 ++++- src/common/lang/zh-cn.js | 2 +- .../modules/CustomComparisonDrawer.vue | 15 +++++++-------- .../documentComparison/DocumentDataComparison.vue | 4 ++-- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/common/lang/businessSupport/zh.js b/src/common/lang/businessSupport/zh.js index 50edbff0..c294a3c8 100644 --- a/src/common/lang/businessSupport/zh.js +++ b/src/common/lang/businessSupport/zh.js @@ -25,6 +25,9 @@ module.exports = { // 征求意见 askForAdvice: { standardNameNumber: '标准名称/编号', - consultationCycle: '征求意见周期' + consultationCycle: '征求意见周期', + processManuscript: '流程稿件', + uploadDate: '上传日期', + detailsOfComments: '意见详情' } } diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js index 30b7d57a..95ab97a5 100644 --- a/src/common/lang/zh-cn.js +++ b/src/common/lang/zh-cn.js @@ -545,7 +545,7 @@ module.exports = { standardNumber: '标准编号', standardName: '标准名称', releaseDate: '发布日期', - textState: '文本状态' + textState: '标准状态' }, // 企标计划选择器 enterprisePlanSelect: { diff --git a/src/views/documentTool/customComparison/modules/CustomComparisonDrawer.vue b/src/views/documentTool/customComparison/modules/CustomComparisonDrawer.vue index 49d8cb03..cee8c41b 100644 --- a/src/views/documentTool/customComparison/modules/CustomComparisonDrawer.vue +++ b/src/views/documentTool/customComparison/modules/CustomComparisonDrawer.vue @@ -53,10 +53,6 @@ - {{ - $t('submit') - }} -
@@ -128,6 +124,13 @@
+
+ + {{ $t('preservation') }} + + {{ $t('close') }} +
+ @@ -628,10 +631,6 @@ export default { } } -.custom-drawer-style-scroll { - height: 100%; -} - /deep/ .ant-table-thead > tr > th { word-break: break-word; } diff --git a/src/views/documentTool/documentComparison/DocumentDataComparison.vue b/src/views/documentTool/documentComparison/DocumentDataComparison.vue index 2e0edad3..dd350539 100644 --- a/src/views/documentTool/documentComparison/DocumentDataComparison.vue +++ b/src/views/documentTool/documentComparison/DocumentDataComparison.vue @@ -72,7 +72,7 @@
+ :class="{'detail-content-item-selected': leftHighlightMenuId === item.menuId,'detail-content-item-saved':item.reviewed + '' === '1'}">
{{ item.itemsNum + ' ' + item.itemsName }}
@@ -118,7 +118,7 @@
+ :class="{'detail-content-item-selected': item.menuId === rightHighlightMenuId, 'detail-content-item-saved':item.reviewed + '' === '1'}">
{{ item.itemsNum + ' ' + item.itemsName }}