+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.realMoney}}元
+
+
+
+
+
+ 用户:{{scope.row.user.name || scope.row.user.nickname || '暂未设置'}}
+ 电话:{{scope.row.user.tel}}
+
+
+
+
+
+
+ {{scope.row.orderStatus | getType}}
+ 支付方式:{{scope.row.paymentMethod | getPayType}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/shop/shopproduct.vue b/src/views/modules/shop/shopproduct.vue
index 2345de3..007d0cb 100644
--- a/src/views/modules/shop/shopproduct.vue
+++ b/src/views/modules/shop/shopproduct.vue
@@ -210,6 +210,7 @@ import curriculum from "./curriculum.vue";
import AddOrUpdate from "./shopproduct-add-or-update";
// import AddOrUpdate from "./shopproduct-add-or-update";
import commonTree from "@/views/components/commonBookTags/tags.vue";
+
import commonTags from "./commonBookTags/commonTags1.vue";
import correlation from "./commonBookTags/correlation.vue";
export default {