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
f72df932
Commit
f72df932
authored
Aug 26, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
a8481f89
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
hospital-data-statistics.vue
...ics/hospital-data-statistics/hospital-data-statistics.vue
+1
-1
pet-data-statistics.vue
...ta-statistics/pet-data-statistics/pet-data-statistics.vue
+18
-18
No files found.
src/views/data-statistics/hospital-data-statistics/hospital-data-statistics.vue
View file @
f72df932
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
/>
/>
</div>
</div>
<div
class=
"prestoredRankFont"
>
<div
class=
"prestoredRankFont"
>
{{
item
.
total
}}
元
{{
moneyFormat
(
item
.
total
)
}}
元
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/views/data-statistics/pet-data-statistics/pet-data-statistics.vue
View file @
f72df932
...
@@ -126,21 +126,19 @@
...
@@ -126,21 +126,19 @@
<div
class=
"rank_hospital_name_font"
>
<div
class=
"rank_hospital_name_font"
>
<overlong-tool
:text=
"(item.ownerId || '-') + ' (' + item.nickname + ')'"
:max=
"30"
/>
<overlong-tool
:text=
"(item.ownerId || '-') + ' (' + item.nickname + ')'"
:max=
"30"
/>
</div>
</div>
<el-row>
<div
style=
"display: flex"
>
<el-col
:span=
"18"
>
<div
class=
"progressWidth"
>
<el-progress
<el-progress
:percentage=
"item.money/petOwnerConsumeRank[0].money*100"
:percentage=
"item.money/petOwnerConsumeRank[0].money*100"
:stroke-width=
"9"
:stroke-width=
"9"
:show-text=
"false"
:show-text=
"false"
class=
"consumeRankProgress"
class=
"consumeRankProgress"
/>
/>
</el-col>
</div>
<el-col
:span=
"6"
>
<div
class=
"consumeRankFont"
>
<div
class=
"consumeRankFont"
>
{{
item
.
money
}}
元
{{
moneyFormat
(
item
.
money
)
}}
元
</div>
</div>
</el-col>
</div>
</el-row>
</div>
</div>
</div>
</div>
<empty-tool
v-else
title=
"宠主累计消费排行"
/>
<empty-tool
v-else
title=
"宠主累计消费排行"
/>
...
@@ -434,7 +432,7 @@
...
@@ -434,7 +432,7 @@
<overlong-tool
:text=
"item.ownerId + '('+(item.nickname || '-')+')'"
:max=
"30"
/>
<overlong-tool
:text=
"item.ownerId + '('+(item.nickname || '-')+')'"
:max=
"30"
/>
</div>
</div>
<el-row>
<el-row>
<el-col
:span=
"1
9
"
>
<el-col
:span=
"1
6
"
>
<el-progress
<el-progress
:percentage=
"item.money/vipTopUpRank[0].money*100"
:percentage=
"item.money/vipTopUpRank[0].money*100"
:stroke-width=
"9"
:stroke-width=
"9"
...
@@ -442,9 +440,9 @@
...
@@ -442,9 +440,9 @@
class=
"consumeRankProgress"
class=
"consumeRankProgress"
/>
/>
</el-col>
</el-col>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
8
"
>
<div
class=
"consumeRankFont"
>
<div
class=
"consumeRankFont"
>
{{ moneyFormat(item.money) }}元
{{ moneyFormat(item.money) }}
元
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -662,8 +660,7 @@ export default {
...
@@ -662,8 +660,7 @@ export default {
data
:
[],
data
:
[],
line_color
:
'#5FB54B'
,
line_color
:
'#5FB54B'
,
area_color
:
'rgba(95,181,75,0.3)'
,
area_color
:
'rgba(95,181,75,0.3)'
,
unit
:
'万元'
,
unit
:
'万元'
fixNum
:
2
},
},
petOwnerConsumeRank
:
[],
petOwnerConsumeRank
:
[],
vipTopUpRank
:
[],
vipTopUpRank
:
[],
...
@@ -1217,4 +1214,7 @@ export default {
...
@@ -1217,4 +1214,7 @@ export default {
height
:
500px
;
height
:
500px
;
}
}
}
}
.progressWidth
{
width
:
330px
;
}
</
style
>
</
style
>
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