Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
new-sing
admin-base
Commits
f7f1f272
Commit
f7f1f272
authored
Sep 14, 2018
by
王
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单修改
parent
61dd67df
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
5 deletions
+15
-5
detail.vue
src/components/order/detail.vue
+1
-1
index.vue
src/components/order/index.vue
+13
-3
index.vue
src/components/refund/index.vue
+1
-1
No files found.
src/components/order/detail.vue
View file @
f7f1f272
...
...
@@ -41,7 +41,7 @@
<el-col
:span=
"8"
>
{{detail.desc}}
</el-col>
</el-row>
<el-row>
<el-col
:span=
"4"
><label>
收
获
地址
</label></el-col>
<el-col
:span=
"4"
><label>
收
货
地址
</label></el-col>
<el-col
:span=
"20"
>
<
template
v-if=
"detail.user_address_id"
>
收货人:
{{
detail
.
receive_name
}}
<br>
...
...
src/components/order/index.vue
View file @
f7f1f272
...
...
@@ -108,6 +108,13 @@
prop=
"goods_name"
label=
"商品名称"
>
</el-table-column>
<el-table-column
label=
"付款状态"
width=
"100"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
status
|
status
}}
</
template
>
</el-table-column>
<el-table-column
label=
"实付金额"
width=
"100"
>
...
...
@@ -116,10 +123,13 @@
</
template
>
</el-table-column>
<el-table-column
label=
"付款状态"
width=
"100"
>
label=
"收货地址"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
status
|
status
}}
<div
v-if=
"scope.row.user_address_id"
>
{{
scope
.
row
.
receive_name
}}
<br>
{{
scope
.
row
.
receive_mobile
}}
<br>
{{
scope
.
row
.
province_name
}}{{
scope
.
row
.
city
}}{{
scope
.
row
.
area
}}{{
scope
.
row
.
address
}}
</div>
</
template
>
</el-table-column>
<el-table-column
...
...
src/components/refund/index.vue
View file @
f7f1f272
...
...
@@ -24,7 +24,7 @@
style=
"width: 100%"
>
<el-table-column
prop=
"out_trade_no"
label=
"
out_trade_no
"
>
label=
"
订单号
"
>
</el-table-column>
<el-table-column
prop=
"refund_no"
...
...
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