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
b19f8fb8
authored
Nov 24, 2022
by
HUAWEI
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
111
parent
4c62281d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/modules/taskPlan/taskChainList/index.vue
src/views/modules/taskPlan/taskChainList/index.vue
View file @
b19f8fb8
...
...
@@ -48,10 +48,11 @@
<vxe-column
field=
"taskStatus"
title=
"任务状态"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.taskStatus === '2'"
style=
"color: #333333;font-weight: bold;"
>
已暂停
</span>
<span
v-else-if=
"scope.row.taskStatus === '1'"
style=
"color: #e1750f;font-weight: bold;"
>
执行中
</span>
<span
v-else-if=
"scope.row.taskStatus === '1'"
style=
"color: #e1750f;font-weight: bold;"
>
AGV
执行中
</span>
<span
v-else-if=
"scope.row.taskStatus === '4'"
style=
"color: #999999;font-weight: bold;"
>
已取消
</span>
<span
v-else-if=
"scope.row.taskStatus === '3'"
style=
"color: #249601;font-weight: bold;"
>
已完成
</span>
<span
v-else-if=
"scope.row.taskStatus === '5'"
style=
"color: #249601;font-weight: bold;"
>
队列中
</span>
<span
v-else-if=
"scope.row.taskStatus === '6'"
style=
"color: #249601;font-weight: bold;"
>
AGV排队中
</span>
</
template
>
</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