Commit dd419222 authored by baixian's avatar baixian

最新代码提交

parent 7401a1e2
...@@ -711,13 +711,13 @@ class CallStudentsForm extends React.Component { ...@@ -711,13 +711,13 @@ class CallStudentsForm extends React.Component {
</Col> </Col>
</Row> </Row>
<Table <Table
rowKey="student_id"
dataSource={callStudentOperateList} dataSource={callStudentOperateList}
columns={studentcolumns} columns={studentcolumns}
scroll={{ x: 'max-content' }} scroll={{ x: 'max-content' }}
loading={callStudentListLoading} loading={callStudentListLoading}
pagination={false} pagination={false}
footer={() => <div className="tablefooterbox" style={fontSize14}>共有{callStudentTotal}个学生</div>} footer={() => <div className="tablefooterbox" style={fontSize14}>共有{callStudentTotal}个学生</div>}
rowKey="id"
/> />
</Modal> </Modal>
<Modal <Modal
...@@ -797,7 +797,7 @@ class CallStudentsForm extends React.Component { ...@@ -797,7 +797,7 @@ class CallStudentsForm extends React.Component {
</Row> </Row>
<Row> <Row>
<Table <Table
rowKey="id" rowKey={bukeStudentList => bukeStudentList.id}
dataSource={bukeStudentList} dataSource={bukeStudentList}
columns={bukestudentColumns} columns={bukestudentColumns}
scroll={{ x: 'max-content' }} 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