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">
-
+
+
+
+
+