Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
e07d4c18
Commit
e07d4c18
authored
Mar 22, 2020
by
RuoYi
Browse files
定时任务并发属性修正
parent
9b0828be
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/monitor/job/index.vue
View file @
e07d4c18
...
...
@@ -238,8 +238,8 @@
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"是否并发:"
>
<div
v-if=
"form.
status
== 0"
>
允许
</div>
<div
v-else-if=
"form.
status
== 1"
>
禁止
</div>
<div
v-if=
"form.
concurrent
== 0"
>
允许
</div>
<div
v-else-if=
"form.
concurrent
== 1"
>
禁止
</div>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
...
...
Write
Preview
Supports
Markdown
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