Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
ReactWeb5
CivManage
Commits
2eb6012a
Commit
2eb6012a
authored
Oct 09, 2023
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '定时任务界面优化'
parent
0b22ee12
Pipeline
#79705
passed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
AddModal.jsx
...ges/platformCenter/scheduledTasks/components/AddModal.jsx
+4
-4
No files found.
src/pages/platformCenter/scheduledTasks/components/AddModal.jsx
View file @
2eb6012a
...
...
@@ -45,7 +45,7 @@ const AddModal = props => {
const
[
isDayLoopShow
,
setIsDayLoopShow
]
=
useState
(
false
);
const
[
isWeekLoopShow
,
setIsWeekLoopShow
]
=
useState
(
false
);
const
[
waitCheck
,
setWaitCheck
]
=
useState
(
false
);
const
[
isUse
,
setIsUse
]
=
useState
(
tru
e
);
const
[
isUse
,
setIsUse
]
=
useState
(
fals
e
);
const
[
interval
,
setInterval
]
=
useState
(
1
);
const
[
loop_unit
,
setLoop_unit
]
=
useState
(
'Hour'
);
const
[
exeType
,
setExeType
]
=
useState
(
true
);
...
...
@@ -579,10 +579,10 @@ const AddModal = props => {
<
div
style=
{
{
paddingTop
:
'0.3rem'
}
}
>
记录日志(小于每分钟一次的请求不会记录)
</
div
>
</
div
>
</
Item
>
<
Item
label=
"禁用计划"
style=
{
{
color
:
'#f00'
}
}
name=
"is_enable"
>
<
Item
label=
"禁用
此
计划"
style=
{
{
color
:
'#f00'
}
}
name=
"is_enable"
>
<
Switch
checkedChildren=
"
开启
"
unCheckedChildren=
"
关闭
"
checkedChildren=
"
是
"
unCheckedChildren=
"
否
"
checked=
{
isUse
}
onChange=
{
onChange
}
/>
...
...
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