Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b46fdbf1
authored
Jun 09, 2021
by
lanyulei
Committed by
GitHub
Jun 09, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #78 from lanyulei/dev
fix: 修复工单处理页面忽闪的问题。
parents
b5b9f575
045229c2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/process/list/handle.vue
src/views/process/list/handle.vue
View file @
b46fdbf1
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<div
v-if=
"isLoadingStatus"
/>
<div
v-else
>
<el-card
class=
"box-card"
>
<el-card
class=
"box-card"
>
<div
class=
"text item"
>
<div
class=
"text item"
>
<el-steps
v-if=
"currentNode.clazz !== undefined && currentNode.clazz !== null && currentNode.clazz !== ''"
:active=
"activeIndex"
finish-status=
"success"
>
<el-steps
v-if=
"currentNode.clazz !== undefined && currentNode.clazz !== null && currentNode.clazz !== ''"
:active=
"activeIndex"
finish-status=
"success"
>
...
@@ -161,6 +163,7 @@
...
@@ -161,6 +163,7 @@
</div>
</div>
</el-card>
</el-card>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
@@ -183,6 +186,7 @@ import { mapGetters } from 'vuex'
...
@@ -183,6 +186,7 @@ import { mapGetters } from 'vuex'
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
isLoadingStatus
:
true
,
currentNode
:
{
currentNode
:
{
hideTpls
:
null
,
hideTpls
:
null
,
writeTpls
:
null
writeTpls
:
null
...
@@ -271,6 +275,7 @@ export default {
...
@@ -271,6 +275,7 @@ export default {
break
break
}
}
}
}
this
.
isLoadingStatus
=
false
this
.
getAlertMessage
()
this
.
getAlertMessage
()
})
})
},
},
...
...
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