|
|
|
@ -37,7 +37,8 @@ function buildColumns(that) {
|
|
|
|
|
dataIndex: 'name',
|
|
|
|
|
key: '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>
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// ,{
|
|
|
|
|