From 2059a11b7e3a07bb6aa75c83601ed7252fc1835f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 11 Jan 2024 17:43:01 +0800 Subject: [PATCH] fix 80629 --- src/assets/less/common.less | 11 ++++++++++- src/common/lang/zh-cn.js | 1 + .../noMatchTrackingProcess/NoMatchTrackingProcess.vue | 7 ++++++- .../ProjectComplianceEvaluationProcess.vue | 7 ++++++- .../StandardConsultationProcess.vue | 7 ++++++- .../StandardEntryOrChangeProcess.vue | 7 ++++++- .../StandardProcurementProcess.vue | 7 ++++++- 7 files changed, 41 insertions(+), 6 deletions(-) diff --git a/src/assets/less/common.less b/src/assets/less/common.less index 0f8edd1..3fc9224 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -107,6 +107,15 @@ } } +/* 附件的表单样式 */ +.attach-form-item { + flex-direction: column; + + .upload-comp { + padding: 0.2rem 0; + } +} + /* 表格样式 */ /deep/ .ant-table { padding: 0.2rem 0.32rem; @@ -147,4 +156,4 @@ color: #E63636; } } -} \ No newline at end of file +} diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js index 2ebad02..8aecb18 100644 --- a/src/common/lang/zh-cn.js +++ b/src/common/lang/zh-cn.js @@ -29,6 +29,7 @@ module.exports = { determine: '确定', processApprovalInfo: '流程审批信息', remark: '备注', + attachment: '附件', clickSelect: '点击选择', selectUser: '选择人员', finishDate: '完成日期', diff --git a/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue b/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue index a58528d..efdf304 100644 --- a/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue +++ b/src/views/workCenter/noMatchTrackingProcess/NoMatchTrackingProcess.vue @@ -65,11 +65,16 @@ :placeholder="$t('pleaseEnter')+$t('remark')" :border="false" input-align="left" + :required="rules.handleText[0].required" :rules="rules.handleText" class="vertical-form-item"> - + + + diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue index 21c393c..1e3b2aa 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue @@ -100,11 +100,16 @@ :placeholder="$t('pleaseEnter')+$t('remark')" :border="false" input-align="left" + :required="rules.handleText[0].required" :rules="rules.handleText" class="vertical-form-item"> - + + + diff --git a/src/views/workCenter/standardConsultation/StandardConsultationProcess.vue b/src/views/workCenter/standardConsultation/StandardConsultationProcess.vue index aab52ee..62dcde6 100644 --- a/src/views/workCenter/standardConsultation/StandardConsultationProcess.vue +++ b/src/views/workCenter/standardConsultation/StandardConsultationProcess.vue @@ -148,11 +148,16 @@ :placeholder="$t('pleaseEnter')+$t('remark')" :border="false" input-align="left" + :required="rules.handleText[0].required" :rules="rules.handleText" class="vertical-form-item"> - + + + diff --git a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue index e16d9ce..4be27f8 100644 --- a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue +++ b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue @@ -89,11 +89,16 @@ :placeholder="$t('pleaseEnter')+$t('remark')" :border="false" input-align="left" + :required="rules.handleText[0].required" :rules="rules.handleText" class="vertical-form-item"> - + + + diff --git a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue index bd10165..dc23fd3 100644 --- a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue +++ b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue @@ -69,11 +69,16 @@ :placeholder="$t('pleaseEnter')+$t('remark')" :border="false" input-align="left" + :required="rules.handleText[0].required" :rules="rules.handleText" class="vertical-form-item"> - + + +