fix:终审列表任务id 修改 #91

Merged
shenhailong merged 1 commits from fix/shenpi into test 1 year ago

@ -64,12 +64,12 @@ const columns: DataTableColumns<RowData> = [
title: '任务ID', title: '任务ID',
key: 'id', key: 'id',
fixed: 'left', fixed: 'left',
width: 180, width: 200,
ellipsis: { ellipsis: {
tooltip: true, tooltip: true,
}, },
render(row: any) { render(row: any) {
return row.fromtaskname return row.pictureid
}, },
}, },
{ {

@ -278,7 +278,7 @@ async function formatColumns() {
'text-color': '#507AFD', 'text-color': '#507AFD',
'onClick': () => goDetail(row), 'onClick': () => goDetail(row),
}, },
{ default: () => row.fromtaskname }, { default: () => row.pictureid },
) )
}, },
} }
@ -570,7 +570,7 @@ function exportHandler() {
'更新时间', '更新时间',
] ]
const filterVal = [ const filterVal = [
'id', 'pictureid',
'name', 'name',
'approvalnode', 'approvalnode',
'approvalstatus', 'approvalstatus',

Loading…
Cancel
Save