From da7263a61f019583792807ccf936cb54a641d53b Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 18 Jan 2024 10:16:56 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug79978?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/MergeBaseInfo.vue | 23 ++++--------------- 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInitChange/modules/MergeBaseInfo.vue b/src/views/workCenter/enterpriseStandardInitChange/modules/MergeBaseInfo.vue index 2e9c161e..d6a62996 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/modules/MergeBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/modules/MergeBaseInfo.vue @@ -288,21 +288,9 @@ dictCode="standard_grade_classify" /> - - - -
-
- {{ $t('finishDate') }} -
- - {{ retractableFlag.finishDate ? $t('putAway') : $t('open') }} -
-
-
-
+
* {{ $t('workCenter.enterpriseInitChangePlan.draftPlanFinishDate') }} @@ -319,7 +307,7 @@
-
+
* {{ $t('workCenter.enterpriseInitChangePlan.exposureDraftPlanFinishDate') }} @@ -336,7 +324,7 @@
-
+
* {{ $t('workCenter.enterpriseInitChangePlan.planSubmissionDate') }} @@ -515,7 +503,6 @@ export default { // 各模块的收齐和展开状态 retractableFlag: { baseInfo: true, // 基础信息部分 - finishDate: true, // 完成日期部分 rangeOfApplication: true // 适用范围部分 }, rules: { @@ -827,8 +814,8 @@ export default { width: 100%; } -.title-text-long { - width: 220px !important; +.title-text { + width: 140px !important; } /deep/ .ant-form-item-children > * {