fix 80025
This commit is contained in:
+9
-15
@@ -200,6 +200,7 @@
|
|||||||
:all-disabled="expandTableDisabled"
|
:all-disabled="expandTableDisabled"
|
||||||
form-is-depend="evaluationFeedback"
|
form-is-depend="evaluationFeedback"
|
||||||
:extra-form="extraForm"
|
:extra-form="extraForm"
|
||||||
|
:scroll="{x: '100%'}"
|
||||||
@change="handleTableChange">
|
@change="handleTableChange">
|
||||||
|
|
||||||
<!--条文内容-->
|
<!--条文内容-->
|
||||||
@@ -452,7 +453,7 @@ export default {
|
|||||||
{
|
{
|
||||||
dataIndex: 'termNumber',
|
dataIndex: 'termNumber',
|
||||||
title: this.$t('projectLibrary.vehicleItemLibrary.standardNumberClauseNumber'),
|
title: this.$t('projectLibrary.vehicleItemLibrary.standardNumberClauseNumber'),
|
||||||
width: 150,
|
width: 300,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
},
|
},
|
||||||
@@ -460,7 +461,7 @@ export default {
|
|||||||
{
|
{
|
||||||
dataIndex: 'termName',
|
dataIndex: 'termName',
|
||||||
title: this.$t('workCenter.projectComplianceEvaluationProcess.standardNameClauseName'),
|
title: this.$t('workCenter.projectComplianceEvaluationProcess.standardNameClauseName'),
|
||||||
width: 160,
|
width: 300,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
},
|
},
|
||||||
@@ -468,7 +469,7 @@ export default {
|
|||||||
{
|
{
|
||||||
dataIndex: 'termText',
|
dataIndex: 'termText',
|
||||||
title: this.$t('workCenter.projectComplianceEvaluationProcess.terms'),
|
title: this.$t('workCenter.projectComplianceEvaluationProcess.terms'),
|
||||||
width: 150,
|
width: 300,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
scopedSlots: { customRender: 'clauseContent' }
|
scopedSlots: { customRender: 'clauseContent' }
|
||||||
}
|
}
|
||||||
@@ -683,18 +684,11 @@ export default {
|
|||||||
// 法规工程师发起
|
// 法规工程师发起
|
||||||
if (this.currentNode === ProjectComplianceEvaluationProcessNode.initiate.value) {
|
if (this.currentNode === ProjectComplianceEvaluationProcessNode.initiate.value) {
|
||||||
return this.basicColumns.concat([
|
return this.basicColumns.concat([
|
||||||
// // 责任单位
|
|
||||||
// {
|
|
||||||
// title: this.$t('workCenter.projectComplianceEvaluationProcess.accountabilityUnit'),
|
|
||||||
// dataIndex: 'responsibleUnits',
|
|
||||||
// width: 150,
|
|
||||||
// scopedSlots: { customRender: 'depart' }
|
|
||||||
// },
|
|
||||||
// 责任单位负责人
|
// 责任单位负责人
|
||||||
{
|
{
|
||||||
title: this.$t('workCenter.projectComplianceEvaluationProcess.responsibleUnitHead'),
|
title: this.$t('workCenter.projectComplianceEvaluationProcess.responsibleUnitHead'),
|
||||||
dataIndex: 'responsibleUnitLeaders',
|
dataIndex: 'responsibleUnitLeaders',
|
||||||
width: 150,
|
width: 350,
|
||||||
scopedSlots: { customRender: 'user' }
|
scopedSlots: { customRender: 'user' }
|
||||||
},
|
},
|
||||||
// 操作
|
// 操作
|
||||||
@@ -713,13 +707,13 @@ export default {
|
|||||||
{
|
{
|
||||||
title: this.$t('workCenter.processCenter.initiator'),
|
title: this.$t('workCenter.processCenter.initiator'),
|
||||||
dataIndex: 'depart',
|
dataIndex: 'depart',
|
||||||
width: 150
|
width: 200
|
||||||
},
|
},
|
||||||
// 模块负责人
|
// 模块负责人
|
||||||
{
|
{
|
||||||
title: this.$t('workCenter.standardConsultationProcess.moduleOwner'),
|
title: this.$t('workCenter.standardConsultationProcess.moduleOwner'),
|
||||||
dataIndex: 'moduleOwners',
|
dataIndex: 'moduleOwners',
|
||||||
width: 150,
|
width: 200,
|
||||||
scopedSlots: { customRender: 'moduleOwner' }
|
scopedSlots: { customRender: 'moduleOwner' }
|
||||||
},
|
},
|
||||||
// 操作
|
// 操作
|
||||||
@@ -738,14 +732,14 @@ export default {
|
|||||||
{
|
{
|
||||||
title: this.$t('workCenter.standardConsultationProcess.designEngineer'),
|
title: this.$t('workCenter.standardConsultationProcess.designEngineer'),
|
||||||
dataIndex: 'designEngineers',
|
dataIndex: 'designEngineers',
|
||||||
width: 150,
|
width: 350,
|
||||||
scopedSlots: { customRender: 'designEngineers' }
|
scopedSlots: { customRender: 'designEngineers' }
|
||||||
},
|
},
|
||||||
// 操作
|
// 操作
|
||||||
{
|
{
|
||||||
title: this.$t('operation'),
|
title: this.$t('operation'),
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
width: 120,
|
width: 150,
|
||||||
scopedSlots: { customRender: 'notInvolved' }
|
scopedSlots: { customRender: 'notInvolved' }
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user