Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
ccea77cd
Commit
ccea77cd
authored
May 14, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签审历史id为空的时候loading修改
parent
1ef0bcd0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
index.vue
.../privateComponents/components/TaskDetailProcess/index.vue
+4
-8
No files found.
applications/dee-task-center/src/privateComponents/components/TaskDetailProcess/index.vue
View file @
ccea77cd
...
...
@@ -7,16 +7,13 @@
<div
v-dee-loading=
"loading"
class=
"task-detail-process-common-com"
>
<div
class=
"name"
>
<div
class=
"message-popper-flow"
>
<div>
<div
v-if=
"processInstanceId"
>
<div
v-for=
"(pitem, id) in historyInfo"
:key=
"id"
class=
"program-item"
>
<div
class=
"program-left"
>
<!--
<div
class=
"program-left-content"
>
<div>
{{
pitem
.
completed
?
'已完成'
:
'待完成'
}}
</div>
</div>
-->
<div
v-show=
"pitem.endTime"
class=
"program-circle-finished"
/>
<div
v-show=
"!pitem.endTime"
class=
"program-circle-unfinished"
/>
</div>
...
...
@@ -37,7 +34,7 @@
</div>
</div>
</div>
<
!--
<div
v-else
style=
"line-height: 88px;text-align: center"
>
暂无数据
</div>
--
>
<
div
v-else
style=
"line-height: 88px;text-align: center"
>
暂无审签历史记录
</div
>
</div>
</div>
</div>
...
...
@@ -57,7 +54,7 @@ export default {
},
data
()
{
return
{
loading
:
tru
e
,
loading
:
fals
e
,
item
:
{},
historyInfo
:
[],
businessObject
:
{}
...
...
@@ -78,14 +75,13 @@ export default {
processInstanceId
:
{
handler
:
function
(
val
)
{
this
.
$nextTick
(
function
()
{
this
.
getDetail
(
val
)
val
&&
this
.
getDetail
(
val
)
})
},
immediate
:
true
}
},
created
()
{
// this.getDetail('678df986-9c26-11eb-9fc3-fa163ee7db6d')
},
methods
:
{
handleClose
()
{
...
...
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