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
89987dec
Commit
89987dec
authored
Oct 30, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Plain Diff
''
parents
90a5fe98
f62fefbe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.html
index.html
+1
-1
WxPushTimeModal.js
src/pages/classmgt/WxPushTimeModal.js
+2
-2
index.js
src/pages/classmgt/index.js
+1
-1
No files found.
index.html
View file @
89987dec
...
...
@@ -17,6 +17,6 @@
</head>
<body>
<div
id=
"root"
></div>
<script
src=
"
https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.js?15723480070
12"
charset=
"utf-8"
></script>
<script
src=
"
dist/main.js?15724299759
12"
charset=
"utf-8"
></script>
</body>
</html>
\ No newline at end of file
src/pages/classmgt/WxPushTimeModal.js
View file @
89987dec
...
...
@@ -93,7 +93,7 @@ class WxPushTimeModal extends React.Component {
pattern
:
new
RegExp
(
/^
[
1-9
]\d
*$/
,
'g'
),
},
],
})(
<
InputNumber
min
=
{
0
}
/>
)
}
})(
<
InputNumber
disabled
=
{
!
getFieldValue
(
'schedule_remind'
)}
min
=
{
0
}
max
=
{
12
0
}
/>
)
}
<
span
className
=
"ant-form-text"
>
分钟推送上课提醒
<
/span
>
<
/FormItem
>
<
FormItem
className
=
{
pageStyle
.
firstItem
}
{...
formItemModalLineLayout
}
label
=
"老师:上课前"
>
...
...
@@ -106,7 +106,7 @@ class WxPushTimeModal extends React.Component {
pattern
:
new
RegExp
(
/^
[
1-9
]\d
*$/
,
'g'
),
},
],
})(
<
InputNumber
min
=
{
0
}
/>
)
}
})(
<
InputNumber
disabled
=
{
!
getFieldValue
(
'schedule_remind'
)}
min
=
{
0
}
max
=
{
12
0
}
/>
)
}
<
span
className
=
"ant-form-text"
>
分钟推送上课提醒
<
/span
>
<
/FormItem
>
<
/Form
>
...
...
src/pages/classmgt/index.js
View file @
89987dec
...
...
@@ -570,7 +570,7 @@ class ClassMgtForm extends React.Component {
<
div
className
=
{
pageStyle
.
container
}
>
<
div
className
=
{
pageStyle
.
headerbox
}
>
{
hasBtnPower
(
'sjd/classmgt'
,
'addClass'
)
&&
<
Button
icon
=
"plus"
className
=
{
pageStyle
.
headerbtn
}
type
=
"primary"
onClick
=
{
this
.
addClass
}
>
添加班级
<
/Button>
}
{
/* <Button className={pageStyle.headerbtn} onClick={this.wxSwitch} >微信推送设置</Button> */
}
<
Button
className
=
{
pageStyle
.
headerbtn
}
onClick
=
{
this
.
wxSwitch
}
>
微信推送设置
<
/Button
>
{
hasBtnPower
(
'sjd/classmgt'
,
'allWindingUp'
)
&&
<
Button
className
=
{
pageStyle
.
headerbtn
}
onClick
=
{
this
.
operateClassStatus
}
>
批量结业
<
/Button>
}
<
Button
icon
=
"download"
className
=
{
pageStyle
.
headerbtn
}
onClick
=
{()
=>
this
.
exportExcel
(
columns
)}
>
导出
<
/Button
>
<
/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