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
b46fdbf1
Unverified
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
+5
-0
src/views/process/list/handle.vue
+5
-0
No files found.
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