Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
b0a29472
Commit
b0a29472
authored
Aug 05, 2022
by
fuqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【商家端】商品订单详情优化
parent
fd5a35a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
src/views/businessOrder/details.vue
+14
-7
No files found.
src/views/businessOrder/details.vue
View file @
b0a29472
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<el-row>
<el-row>
<el-col
:span=
"12"
><div
class=
"grid-content bg-purple"
>
<el-col
:span=
"12"
><div
class=
"grid-content bg-purple"
>
<el-form-item
label=
"商品金额"
>
<el-form-item
label=
"商品金额"
>
<span>
{{
info
.
price
||
''
}}
</span>
<span>
{{
info
.
price
*
info
.
goodsNumber
||
''
}}
</span>
</el-form-item>
</el-form-item>
</div></el-col>
</div></el-col>
<el-col
:span=
"12"
><div
class=
"grid-content bg-purple-light"
>
<el-col
:span=
"12"
><div
class=
"grid-content bg-purple-light"
>
...
@@ -81,12 +81,19 @@
...
@@ -81,12 +81,19 @@
<div
class=
"grid-content bg-purple"
>
<div
class=
"grid-content bg-purple"
>
<el-row
:gutter=
"15"
style=
"width: 100%;margin:20px 0px"
>
<el-row
:gutter=
"15"
style=
"width: 100%;margin:20px 0px"
>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-table
class=
"tableClass"
:data=
"formData.result"
>
<el-table
class=
"tableClass"
:data=
"[info.mallPayInfo]"
>
<el-table-column
<el-table-column
label=
"商品列表图"
>
v-for=
"key in formData.listkey"
<template
slot-scope=
"scope"
>
:key=
"key"
<!-- scope.row.goodsType -->
:prop=
"key"
<el-image
style=
"width: 36px; height: 36px"
fit=
"cover"
:src=
"scope.row.goodsListImage"
/>
:label=
"key"
></el-table-column>
</
template
>
</el-table-column>
<el-table-column
prop=
"goodsListName"
label=
"商品名称"
></el-table-column>
<el-table-column
prop=
"goodsListSpec"
label=
"商品规格"
></el-table-column>
<el-table-column
prop=
"goodsListPrice"
label=
"商品单价"
></el-table-column>
<el-table-column
prop=
"goodsListNumber"
label=
"购买数量"
></el-table-column>
<el-table-column
prop=
"goodsListTotalPrice"
label=
"商品总价"
></el-table-column>
</el-table>
</el-table>
</el-col>
</el-col>
</el-row>
</el-row>
...
...
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