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
fe59b187
Commit
fe59b187
authored
Mar 10, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:计划列表新增用户id
parent
1070de6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
src/modules/plan-manage/PlanPage.jsx
+3
-1
src/modules/plan-manage/components/BasicInfo.jsx
+10
-3
No files found.
src/modules/plan-manage/PlanPage.jsx
View file @
fe59b187
...
...
@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Date: 2021-02-20 16:13:39
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-03-10 1
1:31:52
* @LastEditTime: 2021-03-10 1
8:38:50
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -11,6 +11,7 @@ import PlanFilter from './components/PlanFilter';
import
PlanOpt
from
'./components/PlanOpt'
;
import
PlanList
from
'./components/PlanList'
;
import
PlanService
from
"@/domains/plan-domain/planService"
;
import
User
from
'@/common/js/user'
;
function
PlanPage
()
{
const
[
planListData
,
setPlanListData
]
=
useState
([]);
...
...
@@ -33,6 +34,7 @@ function PlanPage() {
const
params
=
{
...
query
,
...
_query
,
storeUserId
:
User
.
getStoreUserId
()
};
//动态获取计划列表
PlanService
.
getTrainingPlanPage
(
params
).
then
((
res
)
=>
{
...
...
src/modules/plan-manage/components/BasicInfo.jsx
View file @
fe59b187
...
...
@@ -2,12 +2,12 @@
* @Author: zhangleyuan
* @Date: 2021-02-20 16:45:51
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-03-10 1
5:22:05
* @LastEditTime: 2021-03-10 1
8:37:48
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
import
React
from
'react'
;
import
{
Button
,
Input
,
Switch
,
Radio
,
Row
,
Col
,
Modal
,
message
}
from
'antd'
;
import
{
Button
,
Input
,
Switch
,
Radio
,
Row
,
Col
,
Modal
,
message
,
Tooltip
}
from
'antd'
;
import
{
withRouter
}
from
'react-router-dom'
;
import
SelectOperatorModal
from
'../modal/SelectOperatorModal'
;
import
{
ImgCutModalNew
}
from
'@/components'
;
...
...
@@ -273,7 +273,14 @@ class BasicInfo extends React.Component{
</
div
>
</
div
>
<
div
className=
"view-range"
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
可见范围:
</
span
>
<
span
className=
"label"
>
<
span
className=
"require"
>
*
</
span
>
可见范围
<
Tooltip
overlayStyle=
{
{
maxWidth
:
300
,
zIndex
:
'9999'
}
}
title=
{
<
div
style=
{
{
width
:
'266px'
}
}
>
支持按上课日期批量创建直播课,创建后按“课程名称_日期”命名,例如:
<
br
/>
张三的语文课_9月18日
<
br
/>
张三的语文课_9月19日......
</
div
>
}
>
<
span
className=
"iconfont"
>

</
span
>
</
Tooltip
>
:
</
span
>
<
div
className=
"content"
>
<
Radio
.
Group
value=
{
operateType
}
onChange=
{
(
e
)
=>
{
this
.
props
.
onChange
(
'operateType'
,
e
.
target
.
value
)
}
}
>
<
Row
style=
{
{
marginBottom
:
'5px'
}
}
>
...
...
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