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 > * {