Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
7343b741
Commit
7343b741
authored
Mar 10, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理取消退出
parent
577e346a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
src/modules/plan-manage/AddPlan.jsx
+2
-2
src/modules/plan-manage/components/PlanFilter.jsx
+3
-0
src/modules/plan-manage/components/UserLearningDataFilter.jsx
+1
-0
No files found.
src/modules/plan-manage/AddPlan.jsx
View file @
7343b741
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Author: zhangleyuan
* @Date: 2021-02-20 16:13:39
* @Date: 2021-02-20 16:13:39
* @LastEditors: zhangleyuan
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-03-10 1
4:00:44
* @LastEditTime: 2021-03-10 1
6:18:28
* @Description: 描述一下
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -260,7 +260,7 @@ function AddPlan() {
...
@@ -260,7 +260,7 @@ function AddPlan() {
</
div
>
</
div
>
</
div
>
</
div
>
<
div
className=
"footer"
>
<
div
className=
"footer"
>
<
Button
>
取消
</
Button
>
<
Button
onClick=
{
handleGoBack
}
>
取消
</
Button
>
<
Button
type=
"primary"
onClick=
{
submitInfo
}
>
保存
</
Button
>
<
Button
type=
"primary"
onClick=
{
submitInfo
}
>
保存
</
Button
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
src/modules/plan-manage/components/PlanFilter.jsx
View file @
7343b741
...
@@ -115,6 +115,7 @@ function PlanFilter(props) {
...
@@ -115,6 +115,7 @@ function PlanFilter(props) {
onChange=
{
(
e
)
=>
{
handleChangeQuery
(
'planName'
,
e
.
target
.
value
)}
}
onChange=
{
(
e
)
=>
{
handleChangeQuery
(
'planName'
,
e
.
target
.
value
)}
}
onSearch=
{
()
=>
{
props
.
onChange
(
query
)
}
}
onSearch=
{
()
=>
{
props
.
onChange
(
query
)
}
}
style=
{
{
width
:
"calc(100% - 70px)"
}
}
style=
{
{
width
:
"calc(100% - 70px)"
}
}
enterButton=
{
<
span
className=
"icon iconfont"
>

</
span
>
}
/>
/>
</
div
>
</
div
>
...
@@ -126,6 +127,7 @@ function PlanFilter(props) {
...
@@ -126,6 +127,7 @@ function PlanFilter(props) {
showSearch
showSearch
allowClear
allowClear
filterOption=
{
(
input
,
option
)
=>
option
}
filterOption=
{
(
input
,
option
)
=>
option
}
suffixIcon=
{
<
span
className=
"icon iconfont"
style=
{
{
fontSize
:
'12px'
,
color
:
'#BFBFBF'
}
}
>

</
span
>
}
onPopupScroll=
{
handleScrollCreatorList
}
onPopupScroll=
{
handleScrollCreatorList
}
value=
{
query
.
createId
}
value=
{
query
.
createId
}
onChange=
{
(
value
)
=>
{
onChange=
{
(
value
)
=>
{
...
@@ -174,6 +176,7 @@ function PlanFilter(props) {
...
@@ -174,6 +176,7 @@ function PlanFilter(props) {
allowClear=
{
true
}
allowClear=
{
true
}
value=
{
query
.
enableState
}
value=
{
query
.
enableState
}
onChange=
{
(
value
)
=>
{
handleChangeQuery
(
'enableState'
,
value
)
}
}
onChange=
{
(
value
)
=>
{
handleChangeQuery
(
'enableState'
,
value
)
}
}
suffixIcon=
{
<
span
className=
"icon iconfont"
style=
{
{
fontSize
:
'12px'
,
color
:
'#BFBFBF'
}
}
>

</
span
>
}
>
>
<
Option
value=
"YES"
>
开启
</
Option
>
<
Option
value=
"YES"
>
开启
</
Option
>
<
Option
value=
"NO"
>
关闭
</
Option
>
<
Option
value=
"NO"
>
关闭
</
Option
>
...
...
src/modules/plan-manage/components/UserLearningDataFilter.jsx
View file @
7343b741
...
@@ -188,6 +188,7 @@ function UserLearningDataFilter(props) {
...
@@ -188,6 +188,7 @@ function UserLearningDataFilter(props) {
allowClear=
{
true
}
allowClear=
{
true
}
value=
{
query
.
learnState
}
value=
{
query
.
learnState
}
onChange=
{
(
value
)
=>
{
handleChangeQuery
(
'learnState'
,
value
)
}
}
onChange=
{
(
value
)
=>
{
handleChangeQuery
(
'learnState'
,
value
)
}
}
suffixIcon=
{
<
span
className=
"icon iconfont"
style=
{
{
fontSize
:
'12px'
,
color
:
'#BFBFBF'
}
}
>

</
span
>
}
>
>
<
Option
value=
"YES"
>
开启
</
Option
>
<
Option
value=
"YES"
>
开启
</
Option
>
<
Option
value=
"NO"
>
关闭
</
Option
>
<
Option
value=
"NO"
>
关闭
</
Option
>
...
...
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