Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
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
pseer
gxpt_web
Commits
e02c4f14
Commit
e02c4f14
authored
Mar 21, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单菜单修改字段显示
parent
bf6aa666
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
index.vue
src/views/system/order/index.vue
+7
-5
No files found.
src/views/system/order/index.vue
View file @
e02c4f14
...
@@ -195,11 +195,13 @@
...
@@ -195,11 +195,13 @@
<!-- >作废
</el-button>
-->
<!-- >作废
</el-button>
-->
<!--
</el-col>
-->
<!--
</el-col>
-->
<div
style=
"display: flex;flex-direction: row;"
>
<div
style=
"display: flex;flex-direction: row;"
>
<el-button
type=
"primary"
size=
"mini"
disabled
><span>
订单总数:
{{
total
}}
</span></el-button>
<el-button
disabled
size=
"mini"
type=
"primary"
><span>
金额统计:
</span></el-button>
<el-button
type=
"primary"
size=
"mini"
disabled
><span>
订单总价:
{{
totalPrice
}}
</span></el-button>
<el-button
disabled
size=
"mini"
type=
"primary"
><span>
订单总价合计:
{{
totalPrice
}}
</span></el-button>
<el-button
disabled
size=
"mini"
type=
"primary"
><span>
优惠卷售卖总金额:
{{
totalSalesAmount
}}
</span></el-button>
<el-button
disabled
size=
"mini"
type=
"primary"
><span>
优惠卷促销价合计:
{{
totalSalesAmount
}}
</span></el-button>
<el-button
disabled
size=
"mini"
type=
"primary"
><span>
申请退款总金额:
{{
totalRefundAmount
}}
</span></el-button>
<el-button
disabled
size=
"mini"
type=
"primary"
><span>
实付金额合计:
{{
payPrice
}}
</span></el-button>
<el-button
disabled
size=
"mini"
type=
"primary"
><span>
实际退款总金额:
{{
totalRealRefundAmount
}}
</span>
<el-button
disabled
size=
"mini"
type=
"primary"
><span>
申请退款金额合计:
{{
totalRefundAmount
}}
</span>
</el-button>
<el-button
disabled
size=
"mini"
type=
"primary"
><span>
实际退款金额合计:
{{
totalRealRefundAmount
}}
</span>
</el-button>
</el-button>
</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