Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
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
刘怀志
pet-business-web
Commits
5441d91f
Commit
5441d91f
authored
Aug 28, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
5749cd95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
increasePercentTool.vue
.../data-statistics/other-components/increasePercentTool.vue
+2
-2
No files found.
src/views/data-statistics/other-components/increasePercentTool.vue
View file @
5441d91f
<
template
>
<div>
<div
v-if=
"value >
=
0"
class=
"upPercentDiv"
>
<div
v-if=
"value > 0"
class=
"upPercentDiv"
>
<span
v-if=
"value > 0"
>
+
</span>
{{
value
||
0.0
}}
%
<img
v-if=
"value > 0"
src=
"../../../assets/data_statistics/caiwu_icon_sheng.png"
height=
"12"
width=
"8"
>
</div>
<div
v-else
class=
"downPercentDiv"
>
{{
value
||
0.0
}}
%
<img
src=
"../../../assets/data_statistics/caiwu_icon_zjiang.png"
height=
"12"
width=
"8"
>
{{
value
||
0.0
}}
%
<img
v-if=
"value
<
0
"
src=
"../../../assets/data_statistics/caiwu_icon_zjiang.png"
height=
"12"
width=
"8"
>
</div>
</div>
</
template
>
...
...
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