der提交加参数
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user