application_list.leng

dev_forum
hjm 5 years ago
parent 2eb081c517
commit 49b3c40e24

@ -37,7 +37,8 @@ function buildColumns(that) {
dataIndex: 'name', dataIndex: 'name',
key: 'index', key: 'index',
render: (content, item, index) => { render: (content, item, index) => {
return item.isApply == true ? '' : <a href="javascript:;">{(that.state.page - 1) * 20 + index + 1 - that.application_list.length} </a> return item.isApply == true ? '' : <a href="javascript:;">{(that.state.page - 1) * 20 + index + 1
- (that.application_list ? that.application_list.length : 0)} </a>
} }
} }
// ,{ // ,{

Loading…
Cancel
Save