|
@@ -18,7 +18,7 @@
|
|
<el-col :span="24" style="text-align: center; margin-top: 15px">
|
|
<el-col :span="24" style="text-align: center; margin-top: 15px">
|
|
<el-button type="primary" style="margin: 10px 0" @click="exam('-2')">已退货</el-button>
|
|
<el-button type="primary" style="margin: 10px 0" @click="exam('-2')">已退货</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" style="text-align: center; margin: 15px 0; font-size: 18px">买家{{ activit.shop.is_check || '暂无快递信息' }}</el-col>
|
|
|
|
|
|
+ <el-col :span="24" style="text-align: center; margin: 15px 0; font-size: 18px">买家{{ activit.customer.is_check || '暂无快递信息' }}</el-col>
|
|
<!-- <el-col :span="24">{{ activit.is_check || '暂无快递信息' }}</el-col>
|
|
<!-- <el-col :span="24">{{ activit.is_check || '暂无快递信息' }}</el-col>
|
|
<el-col :span="24">{{ transport.shop_transport_name || '暂无快递信息' }}: {{ activit.no || '暂无快递信息' }}</el-col>
|
|
<el-col :span="24">{{ transport.shop_transport_name || '暂无快递信息' }}: {{ activit.no || '暂无快递信息' }}</el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
@@ -51,7 +51,7 @@
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
export default {
|
|
export default {
|
|
name: 'steps-1',
|
|
name: 'steps-1',
|
|
- props: { active: { type: Number }, customer: { type: Array } },
|
|
|
|
|
|
+ props: { active: { type: Number }, customer: { type: Array }, activit: { type: Object } },
|
|
components: {},
|
|
components: {},
|
|
data: function () {
|
|
data: function () {
|
|
return {
|
|
return {
|