Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
72fceee5
authored
Jan 12, 2026
by
Jony.L
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
“我的订单”界面费用显示修复
parent
393b8d3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/console/myOrder.vue
+3
-3
No files found.
src/views/console/myOrder.vue
View file @
72fceee5
...
...
@@ -106,9 +106,9 @@
<el-table-column
label=
"商品名称"
align=
"center"
prop=
"spuName"
/>
<el-table-column
label=
"订单编号"
align=
"center"
prop=
"orderNo"
/>
<!--
<el-table-column
label=
"商品数量"
align=
"center"
prop=
"productCount"
/>
-->
<el-table-column
label=
"费用"
align=
"center"
prop=
"payPrice"
>
<el-table-column
label=
"费用"
align=
"center"
prop=
"pay
ment
Price"
>
<template
#
default=
"scope"
>
{{
scope
.
row
.
payPrice
/
100
}}
{{
scope
.
row
.
pay
ment
Price
/
100
}}
</
template
>
</el-table-column>
<el-table-column
label=
"资源类型"
align=
"center"
prop=
"categoryName"
/>
...
...
@@ -199,7 +199,7 @@
<
/div
>
<
div
class
=
"info-item flex-align-center flex-space-between"
>
<
div
class
=
"label"
>
费用
<
/div
>
<
div
class
=
"value"
>
{{
form
.
pay
Price
?
(
form
.
pay
Price
/
100
)
:
'-'
}}
<
/div
>
<
div
class
=
"value"
>
{{
form
.
pay
mentPrice
?
(
form
.
payment
Price
/
100
)
:
'-'
}}
<
/div
>
<
/div
>
<
div
class
=
"info-item flex-align-center flex-space-between"
>
...
...
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