der提交加参数

This commit is contained in:
qq787203167
2022-05-20 18:07:26 +08:00
parent 5d07ce440d
commit 676a26ba31
6 changed files with 160 additions and 39 deletions
@@ -45,12 +45,12 @@
{
title: this.$t('operationNode'),
dataIndex: 'name',
align: 'left',
align: 'left'
},
{
title: this.$t('Operator'),
dataIndex: 'assignee',
align: 'left',
align: 'left'
},
{
title: this.$t('result'),
@@ -61,17 +61,14 @@
{
title: this.$t('opinion'),
dataIndex: 'approvalOpinion',
align: 'left',
align: 'left'
},
{
title: this.$t('operationTime'),
dataIndex: 'operatorTime',
dataIndex: 'createTime',
align: 'left',
width:200,
fixed: 'right',
customRender: function(t, r, index) {
return moment(t).format('YYYY-MM-DD HH:mm:ss')
}
width: 200,
fixed: 'right'
}
],
downLoadFileUrl: window._CONFIG['domianPreviewURL'] + '/sys/common/download'