Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
biz.qingxiao.com
Commits
205c991e
Commit
205c991e
authored
Nov 21, 2022
by
wangjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wjie-fix-11.21' into 'master'
隐藏【添加临时学员】按钮 See merge request
!4
parents
fb270de1
5cce83fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CallStudents.js
src/components/CallStudents.js
+1
-1
No files found.
src/components/CallStudents.js
View file @
205c991e
...
...
@@ -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
&&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment