issues25489
hjm 6 years ago
parent 3ca1564641
commit f26a2d23ae

@ -26,7 +26,7 @@ const buildColumns = (that,isParent) => {
let showSorter = isParent==true let showSorter = isParent==true
const courseId = that.props.match.params.coursesId const courseId = that.props.match.params.coursesId
const columns=[{ const columns=[{
title: '序号1', title: '序号',
dataIndex: 'id', dataIndex: 'id',
key: 'id', key: 'id',
align:'center', align:'center',

Loading…
Cancel
Save