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
84776f51
Commit
84776f51
authored
Oct 12, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/bww-v1' into draw-develop
parents
23c00e71
6038a30f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
index.js
src/pages/teacher/index.js
+2
-3
No files found.
src/pages/teacher/index.js
View file @
84776f51
...
...
@@ -360,13 +360,12 @@ class ClassMgt extends React.Component {
},
},
{
title
:
'
启动状态
'
,
title
:
'
操作
'
,
dataIndex
:
'status'
,
key
:
'status'
,
render
:
(
text
,
record
)
=>
{
return
(
<
div
>
<
a
href
=
"javascript:;"
onClick
=
{()
=>
this
.
handleChooseClass
(
record
)}
>
选班
<
/a
>
<
a
disabled
=
{
record
.
status
==
2
}
href
=
"javascript:;"
onClick
=
{()
=>
this
.
handleChooseClass
(
record
)}
>
选班
<
/a
>
<
/div
>
);
},
...
...
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