Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
49f1420f
Commit
49f1420f
authored
Oct 15, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码调整
parent
da8cdf79
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
ProofItem.vue
src/views/proof/components/ProofItem.vue
+16
-4
No files found.
src/views/proof/components/ProofItem.vue
View file @
49f1420f
...
...
@@ -3,13 +3,25 @@
<div
class=
"header"
>
<span
style=
"font-weight:500;font-size:18px;"
class=
"van-ellipsis"
>
{{
proof
.
name
}}
</span>
<div>
<span
class=
"status"
:class=
"currentProofStatusAndClass.class"
>
{{
currentProofStatusAndClass
.
text
}}
</span>
<span
class=
"status"
:class=
"currentProofStatusAndClass.class"
>
{{
currentProofStatusAndClass
.
text
}}
</span>
<span
class=
"time"
>
{{
proof
.
update_time
|
timeFormat
}}
</span>
</div>
<common-svg
@
click
.
stop
.
native=
"showMoreAction"
class=
"more"
name=
"cunzhengliebiao-gengduo"
></common-svg>
<common-svg
@
click
.
stop
.
native=
"showMoreAction"
class=
"more"
name=
"cunzhengliebiao-gengduo"
></common-svg>
</div>
<div
class=
"increment van-hairline--top"
v-if=
"proof.increment_num > 0"
>
<van-steps
:active=
"active"
direction=
"vertical"
class=
"list"
active-color=
"#FF3661"
v-show=
"showIncrementList"
>
<div
v-if=
"proof.increment_num > 0"
class=
"increment van-hairline--top"
>
<van-steps
v-show=
"showIncrementList"
:active=
"active"
direction=
"vertical"
class=
"list"
active-color=
"#FF3661"
>
<van-step
v-for=
"(
{ id, name, status, update_time }, index) in incrementList" :key="id" >
<template
#
active-icon
>
<common-svg
name=
"suyuan-weishanglian"
></common-svg>
...
...
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