批量审核

This commit is contained in:
wangshiming
2022-01-17 14:58:34 +08:00
parent 835e42460f
commit e13233f99e
9 changed files with 115 additions and 45 deletions

View File

@ -525,10 +525,19 @@ resourceStatus: any;
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',
render: 'amountchangeValue',
width: '120px',
className: 'text-center' },
{ title: '变更后',
index: 'amountBeforeChange',
render: 'amountBeforeChange',
width: '120px',
className: 'text-center' }
];
}
/**