Commit 205c991e authored by wangjie's avatar wangjie

Merge branch 'wjie-fix-11.21' into 'master'

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

See merge request !4
parents fb270de1 5cce83fb
......@@ -890,7 +890,7 @@ class CallStudentsForm extends React.Component {
{canAddStudent &&
<Row type="flex">
<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>
{
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