Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
王刘锁
/
jianlin-tms-view
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cfe34b79
authored
Nov 23, 2022
by
王刘锁
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
任务执行清单加优先级设置
parent
4c62281d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/modules/taskPlan/taskChainList/index.vue
src/views/modules/taskPlan/taskChainList/index.vue
View file @
cfe34b79
...
@@ -81,7 +81,9 @@
...
@@ -81,7 +81,9 @@
<vxe-column
title=
"优先级"
field=
"priority"
width=
"170px"
align=
"center"
>
<vxe-column
title=
"优先级"
field=
"priority"
width=
"170px"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input-number
size=
"small"
v-model=
"scope.row.priority"
@
change=
"priorityChange(scope.row)"
:step=
"1"
:min=
"0"
:max=
"99"
label=
"设置优先级"
></el-input-number>
<el-input-number
v-if =
"scope.row.taskStatus === '5'"
size=
"small"
v-model=
"scope.row.priority"
@
change=
"priorityChange(scope.row)"
:step=
"1"
:min=
"0"
:max=
"99"
label=
"设置优先级"
></el-input-number>
<span
v-else-if=
"scope.row.taskStatus === '1'|| scope.row.taskStatus === '2'|| scope.row.taskStatus === '3'|| scope.row.taskStatus === '4'"
>
{{
scope
.
row
.
priority
}}
</span>
</
template
>
</
template
>
</vxe-column>
</vxe-column>
...
...
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