对接握手流程
This commit is contained in:
@@ -32,21 +32,21 @@
|
||||
{
|
||||
title: this.$t('result'),
|
||||
dataIndex: 'result',
|
||||
align: 'center'
|
||||
align: 'approvalResult'
|
||||
},
|
||||
{
|
||||
title: this.$t('opinion'),
|
||||
dataIndex: 'opinion',
|
||||
dataIndex: 'approvalOpinion',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
title: this.$t('enclosure'),
|
||||
dataIndex: 'enclosure',
|
||||
dataIndex: 'approvalFile',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
title: this.$t('operationNode'),
|
||||
dataIndex: 'operationNode',
|
||||
dataIndex: 'name',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
@@ -56,7 +56,7 @@
|
||||
},
|
||||
{
|
||||
title: this.$t('operationTime'),
|
||||
dataIndex: 'operationTime',
|
||||
dataIndex: 'createTime',
|
||||
align: 'center'
|
||||
}
|
||||
]
|
||||
@@ -71,9 +71,7 @@
|
||||
prcNum: this.$route.query.prcNum
|
||||
}
|
||||
getAction('/workFlow/get_list_by_instance', query).then((res) => {
|
||||
if (res.success) {
|
||||
|
||||
}
|
||||
this.dataSource = res
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user