批量审核
This commit is contained in:
@ -588,10 +588,20 @@ tabs = {
|
||||
title: '变更前',
|
||||
width: '100px',
|
||||
className: 'text-center',
|
||||
index: 'amountAfterChange'
|
||||
index: 'amountAfterChange',
|
||||
render: 'amountAfterChange'
|
||||
},
|
||||
{ title: '变更值', index: 'amountchangeValue', width: '120px', className: 'text-center' },
|
||||
{ title: '变更后', index: 'amountBeforeChange', width: '120px', className: 'text-center' }
|
||||
{ title: '变更值',
|
||||
index: 'amountchangeValue',
|
||||
width: '120px',
|
||||
className: 'text-center',
|
||||
render: 'amountchangeValue'
|
||||
},
|
||||
{ title: '变更后',
|
||||
index: 'amountBeforeChange',
|
||||
render: 'amountBeforeChange',
|
||||
width: '120px',
|
||||
className: 'text-center' }
|
||||
];
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user