Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
4d514944
Commit
4d514944
authored
Feb 18, 2022
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务问题修改 gengdidi
parent
caf4c63d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
...ogress-web/src/views/operationMonitor/workOrder/index.vue
+5
-5
No files found.
gassafetyprogress-web/src/views/operationMonitor/workOrder/index.vue
View file @
4d514944
...
...
@@ -96,10 +96,10 @@
<el-table-column
label=
"指派人"
align=
"center"
prop=
"workAssignMan"
/>
<el-table-column
label=
"任务状态"
align=
"center"
prop=
"workStatus"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.workStatus == 0"
>
派发中
</span>
<span
v-if=
"scope.row.workStatus == 1"
>
已接单
</span>
<span
v-if=
"scope.row.workStatus == 2"
>
已反馈
</span>
<span
v-if=
"scope.row.workStatus == 3"
>
已归档
</span>
<span
v-if=
"scope.row.workStatus == 0"
style=
'color: #ff4949'
>
派发中
</span>
<span
v-if=
"scope.row.workStatus == 1"
style=
"color: mediumblue"
>
已接单
</span>
<span
v-if=
"scope.row.workStatus == 2"
style=
'color: #1890ff'
>
已反馈
</span>
<span
v-if=
"scope.row.workStatus == 3"
style=
'color: #30B46B'
>
已归档
</span>
</
template
>
</el-table-column>
>
<!--<el-table-column label="巡检时间" align="center" prop="inspectionDate" width="180">
...
...
@@ -133,7 +133,7 @@
icon
=
"el-icon-edit"
@
click
=
"workDetail(scope.row)"
>
详情
<
/el-button
>
<
el
-
button
<
el
-
button
v
-
if
=
"scope.row.workStatus == '0' || scope.row.workStatus == '1'"
size
=
"mini"
type
=
"text"
icon
=
"el-icon-edit"
...
...
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