Commit dd419222 authored by baixian's avatar baixian

最新代码提交

parent 7401a1e2
......@@ -711,13 +711,13 @@ class CallStudentsForm extends React.Component {
</Col>
</Row>
<Table
rowKey="student_id"
dataSource={callStudentOperateList}
columns={studentcolumns}
scroll={{ x: 'max-content' }}
loading={callStudentListLoading}
pagination={false}
footer={() => <div className="tablefooterbox" style={fontSize14}>共有{callStudentTotal}个学生</div>}
rowKey="id"
/>
</Modal>
<Modal
......@@ -797,7 +797,7 @@ class CallStudentsForm extends React.Component {
</Row>
<Row>
<Table
rowKey="id"
rowKey={bukeStudentList => bukeStudentList.id}
dataSource={bukeStudentList}
columns={bukestudentColumns}
scroll={{ x: 'max-content' }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment