Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
4028b46f
Commit
4028b46f
authored
Apr 19, 2021
by
YuleiLan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复工单因流程删除而无法显示的bug。
parent
e11b1a65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
src/views/process/list/handle.vue
+12
-1
No files found.
src/views/process/list/handle.vue
View file @
4028b46f
...
...
@@ -2,7 +2,7 @@
<div
class=
"app-container"
>
<el-card
class=
"box-card"
>
<div
class=
"text item"
>
<el-steps
:active=
"activeIndex"
finish-status=
"success"
>
<el-steps
v-if=
"currentNode.clazz !== undefined && currentNode.clazz !== null && currentNode.clazz !== ''"
:active=
"activeIndex"
finish-status=
"success"
>
<template
v-for=
"(item, index) in nodeStepList"
>
<el-step
v-if=
"item.isHideNode === false ||
...
...
@@ -14,6 +14,13 @@
/>
</
template
>
</el-steps>
<div
v-else
>
<el-alert
show-icon
title=
"未找到当前工单流程信息,请确认当前工单绑定的流程是否存在。"
type=
"warning"
/>
</div>
</div>
</el-card>
...
...
@@ -175,6 +182,10 @@ import { mapGetters } from 'vuex'
export
default
{
data
()
{
return
{
currentNode
:
{
hideTpls
:
null
,
writeTpls
:
null
},
isActiveProcessing
:
false
,
tpls
:
[],
remarks
:
''
,
// 备注信息
...
...
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