Merge remote-tracking branch 'origin/dev_aliyun' into dev_aliyun

competitions
杨树明 5 years ago
commit a83d126ce6

@ -26,11 +26,11 @@ 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: '序号', title: '序号1',
dataIndex: 'id', dataIndex: 'id',
key: 'id', key: 'id',
align:'center', align:'center',
width:"10%", width:"8%",
className:"color-grey-6", className:"color-grey-6",
render: (id, student, index) => { render: (id, student, index) => {
return (that.state.page - 1) * 20 + index + 1 return (that.state.page - 1) * 20 + index + 1
@ -143,7 +143,7 @@ const buildColumns = (that,isParent) => {
columns.push({ columns.push({
title: '操作', title: '操作',
key: 'action', key: 'action',
width: '20%', width: '22%',
align:'center', align:'center',
render: (text, record) => { render: (text, record) => {
return ( return (

Loading…
Cancel
Save