Commit 5cce83fb authored by ammeto's avatar ammeto

隐藏【添加临时学员】按钮

parent fb270de1
...@@ -890,7 +890,7 @@ class CallStudentsForm extends React.Component { ...@@ -890,7 +890,7 @@ class CallStudentsForm extends React.Component {
{canAddStudent && {canAddStudent &&
<Row type="flex"> <Row type="flex">
<Button style={{ marginRight: '15px' }} type="primary" ghost onClick={this.studentAllIn}>全部到课</Button> <Button style={{ marginRight: '15px' }} type="primary" ghost onClick={this.studentAllIn}>全部到课</Button>
<Button style={{ marginRight: '15px' }} onClick={this.addLinShiStudent}>添加临时学员</Button> {/* <Button style={{ marginRight: '15px' }} onClick={this.addLinShiStudent}>添加临时学员</Button> */}
<Button className={pageStyle.mTop15} onClick={this.addbukeStudent}>添加补课学员</Button> <Button className={pageStyle.mTop15} onClick={this.addbukeStudent}>添加补课学员</Button>
{ {
leaveTotal > 0 && leaveTotal > 0 &&
......
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