对接设计符合性确认

This commit is contained in:
qq787203167
2022-05-09 14:38:20 +08:00
parent bc939134bf
commit 41e5539289
3 changed files with 14 additions and 7 deletions
@@ -23,7 +23,7 @@
ref="table"
:loading="loading"
:pagination="false"
:scroll="{x: true}"
:scroll="{x: 1600}"
:data-source="dataSource"
:columns="columns"
>
@@ -297,32 +297,39 @@
dataIndex: 'index',
key: 'index',
align: 'center',
width: 140,
fixed: 'left',
customRender: (text, record, index) => `${index + 1}`
},
{
title: this.$t('feedbackFromTheEngineer'),
dataIndex: 'engineerFeedbackContent',
align: 'center'
align: 'center',
ellipsis: true
},
{
title: this.$t('Deliverables'),
dataIndex: 'fileId',
align: 'center',
ellipsis: true,
scopedSlots: { customRender: 'Deliverables' }
},
{
title: this.$t('completedBy'),
dataIndex: 'createBy',
ellipsis: true,
align: 'center'
},
{
title: this.$t('completedTime'),
dataIndex: 'createTime',
ellipsis: true,
align: 'center'
},
{
title: this.$t('replyFromProjectContactPerson'),
dataIndex: 'engineeringInterfacePersonReply',
ellipsis: true,
align: 'center'
},
{
@@ -366,7 +373,7 @@
let query = {
status: 'NotDone',
actiProcInstId: this.$route.query.actiProcInstId,
projectTaskInventoryId: this.$route.query.id,
projectTaskInventoryId: this.$route.query.projectTaskInventoryId,
flowType: '2',
userIds: this.formInline.userId,
taskDefinitionKey: 'dreDispose'