Commit f7f1f272 authored by 王's avatar

订单修改

parent 61dd67df
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<el-col :span="8">{{detail.desc}}</el-col> <el-col :span="8">{{detail.desc}}</el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="4"><label>地址</label></el-col> <el-col :span="4"><label>地址</label></el-col>
<el-col :span="20"> <el-col :span="20">
<template v-if="detail.user_address_id"> <template v-if="detail.user_address_id">
收货人:{{detail.receive_name}}<br> 收货人:{{detail.receive_name}}<br>
......
...@@ -108,6 +108,13 @@ ...@@ -108,6 +108,13 @@
prop="goods_name" prop="goods_name"
label="商品名称"> label="商品名称">
</el-table-column> </el-table-column>
<el-table-column
label="付款状态"
width="100">
<template slot-scope="scope">
{{scope.row.status|status}}
</template>
</el-table-column>
<el-table-column <el-table-column
label="实付金额" label="实付金额"
width="100"> width="100">
...@@ -116,10 +123,13 @@ ...@@ -116,10 +123,13 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="付款状态" label="收货地址">
width="100">
<template slot-scope="scope"> <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> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
style="width: 100%"> style="width: 100%">
<el-table-column <el-table-column
prop="out_trade_no" prop="out_trade_no"
label="out_trade_no"> label="订单号">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="refund_no" prop="refund_no"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment