@@ -169,7 +182,8 @@ export default {
// 是否立项
{
dataIndex: 'projectApprovalFlag',
- title: this.$t('projectLibrary.specialProjectLibrary.whetherToApproveAProjectOrNot'),
+ // title: this.$t('projectLibrary.specialProjectLibrary.whetherToApproveAProjectOrNot'),
+ slots: { title: 'customTitleProjectApprovalFlag' },
width: 150,
scopedSlots: { customRender: 'projectApprovalFlag' }
},
@@ -182,7 +196,8 @@ export default {
},
// 抄送人员
{
- title: this.$t('workCenter.projectComplianceEvaluationProcess.ccPerson'),
+ // title: this.$t('workCenter.projectComplianceEvaluationProcess.ccPerson'),
+ slots: { title: 'customTitleProjectCarbonCopyPersonnels' },
dataIndex: 'carbonCopyPersonnels',
width: 150,
scopedSlots: { customRender: 'carbonCopyPersonnels' }
diff --git a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue
index 904f23c8..1eb80629 100644
--- a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue
+++ b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue
@@ -221,6 +221,14 @@
:all-disabled="disabledConsultationList"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }">
+
+
+
+
+ {{ $t('workCenter.esInspectionPlan.opinion') }}
+
+
+
{{ text }}
@@ -577,7 +585,8 @@ export default {
scopedSlots: { customRender: 'text' }
},
{ // 意见
- title: this.$t('workCenter.esInspectionPlan.opinion'),
+ // title: this.$t('workCenter.esInspectionPlan.opinion'),
+ slots: { title: 'customTitleOpinion' },
width: 180,
align: 'center',
dataIndex: 'isAdopt_dictText',
@@ -735,7 +744,7 @@ export default {
dataIndex: 'designEngineerName',
scopedSlots: { customRender: 'text' }
},
- { // 意见
+ { // 模块负责人意见
title: this.$t('workCenter.standardConsultationProcess.moduleOwner') + this.$t('workCenter.esInspectionPlan.opinion'),
width: 180,
align: 'center',