Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
ae238b12
Commit
ae238b12
authored
Nov 18, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: style
parent
5ba7ff46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
consumption.vue
src/components/allCustomers/consumption.vue
+15
-14
No files found.
src/components/allCustomers/consumption.vue
View file @
ae238b12
<
template
>
<div
class=
"minwidth1200 member-fee"
>
<div
class=
"con-container"
>
<div
class=
"con
sumption
-container"
>
<v-nav
:navpath=
"navpath"
></v-nav>
<div
class=
"record-count"
>
<div
class=
"record-count
-wrap
"
>
<div
class=
"record-navitem"
v-for=
"item in totalCountList"
:key=
"item"
>
<p
class=
"count-label"
>
{{
item
.
label
}}
</p>
<p
class=
"count-txt"
v-if=
"item.filter==='fomatFloat'"
>
...
...
@@ -28,7 +28,8 @@
<el-table-column
v-for=
"colunm in tableColumnList"
:key=
"colunm"
:label=
"colunm.label"
:min-width=
"colunm.width"
></el-table-column>
</el-table>
<div
class=
"only-content-table-list"
style=
"height:calc(100vh - 224px);"
v-if=
"memberData.length"
>
<div
class=
"only-content-table-list"
style=
"height:calc(100vh - 224px);"
v-if=
"memberData.length"
>
<div
class=
"group-item"
v-for=
"group in memberData"
:key=
"group"
>
<div
class=
"group-header"
>
<div
class=
"left"
>
...
...
@@ -63,18 +64,18 @@
v-if=
"Object.keys(orderInfo).length"
>
<h5
class=
"title"
>
金额详情
</h5>
<div
class=
"middle"
>
<p
class=
"line"
>
<p
class=
"
amount-
line"
>
<span>
吊牌价总额:
</span>
¥
{{
orderInfo
.
totalAmount
|
fomatFloat
}}
</p>
<p
class=
"line"
>
<p
class=
"
amount-
line"
>
<span>
订单应收:
</span>
¥
{{
orderInfo
.
paidAmount
|
fomatFloat
}}
</p>
<p
class=
"line"
>
<p
class=
"
amount-
line"
>
<span>
订单实付:
</span>
¥
{{
group
.
paidAmount
|
fomatFloat
}}
</p>
</div>
<div
class=
"bottom"
>
<p
class=
"line"
>
支付方式:
</p>
<p
class=
"
amount-
line"
>
支付方式:
</p>
<div
class=
"right"
>
<p
class=
"cash"
><span>
现金
</span>
¥
{{
payInfo
.
cash
|
fomatFloat
}}
</p>
...
...
@@ -101,7 +102,7 @@
</div>
<div
class=
"price-info"
v-else-if=
"colunm.prop==='unitPrice'"
>
<p
class=
"good-unitPrice"
>
¥
{{
row
.
unitPrice
|
fomatFloat
}}
</p>
<p
class=
"line"
>
/
</p>
<p
class=
"
italics-
line"
>
/
</p>
<p
class=
"good-payPrice"
>
¥
{{
row
.
payPrice
|
fomatFloat
}}
</p>
</div>
<div
v-else
>
{{
row
.
number
}}
</div>
...
...
@@ -351,7 +352,7 @@ export default {
p
{
margin
:
0
;
}
.record-count
{
.record-count
-wrap
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
...
...
@@ -487,12 +488,12 @@ p {
color
:
#909399
;
text-decoration
:
line-through
;
}
.line
,
.
italics-
line
,
.good-payPrice
{
font-size
:
14px
;
color
:
#303133
;
}
.line
{
.
italics-
line
{
margin
:
0
5px
;
}
}
...
...
@@ -537,11 +538,11 @@ p {
margin-bottom
:
10px
;
background
:
#f5f7fa
;
border-radius
:
2px
;
.line
{
.
amount-
line
{
font-size
:
14px
;
color
:
#303133
;
line-height
:
20px
;
&
+
.line
{
&
+
.
amount-
line
{
margin-top
:
10px
;
}
span
{
...
...
@@ -556,7 +557,7 @@ p {
font-size
:
14px
;
color
:
#303133
;
line-height
:
20px
;
.line
{
.
amount-
line
{
width
:
91px
;
text-align
:
right
;
}
...
...
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