|
@@ -71,13 +71,16 @@ export default {
|
|
|
this.$set(this, 'total', res.total);
|
|
|
}
|
|
|
},
|
|
|
+ // 店铺名称
|
|
|
getShopName(i) {
|
|
|
let shopname = i.map((e) => e.shop_name);
|
|
|
return shopname.join(',');
|
|
|
},
|
|
|
+ // 详情
|
|
|
toDetail({ data }) {
|
|
|
this.$router.push({ path: '/platmanag/order/detail_order', query: { id: data.id } });
|
|
|
},
|
|
|
+ // 重置
|
|
|
toClose() {
|
|
|
this.searchForm = {};
|
|
|
this.search();
|