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
c63789fc
Commit
c63789fc
authored
Jul 04, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 订单列表
parent
e4ba4a23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
order-table.vue
src/components/allCustomers/order-list/order-table.vue
+6
-1
No files found.
src/components/allCustomers/order-list/order-table.vue
View file @
c63789fc
...
...
@@ -98,6 +98,12 @@
<
/div
>
<
div
class
=
"order-descript-content"
>
{{
el
.
paidAmount
-
el
.
deliveryPaymentAmount
|
fomatFloat
}}
<
/div
>
<
/div
>
<
div
v
-
if
=
"el.deliveryPaymentAmount"
class
=
"order-descript-item gray"
>
<
div
class
=
"order-descript-label"
>
<
div
class
=
"order-descript-label-text"
>
运费
<
/div>
:
<
/div
>
<
div
class
=
"order-descript-content"
>
{{
el
.
deliveryPaymentAmount
|
fomatFloat
}}
<
/div
>
<
/div
>
<!--
退款单显示应退金额
-->
<
div
class
=
"order-descript-item gray"
>
<
div
class
=
"order-descript-label"
>
...
...
@@ -105,7 +111,6 @@
<
/div
>
<
div
class
=
"order-descript-content"
>
<
div
>
{{
el
.
paidAmount
|
fomatFloat
}}
<
/div
>
<
div
v
-
if
=
"el.deliveryPaymentAmount"
>
(
含运费:
{{
el
.
deliveryPaymentAmount
|
fomatFloat
}}
)
<
/div
>
<
/div
>
<
/div
>
<!--
购买单、退换单显示优惠
-->
...
...
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