diff --git a/manager/src/views/goods/goods-info/goodsDetail.vue b/manager/src/views/goods/goods-info/goodsDetail.vue index 2ef4e8c9..4eb3dcff 100644 --- a/manager/src/views/goods/goods-info/goodsDetail.vue +++ b/manager/src/views/goods/goods-info/goodsDetail.vue @@ -18,6 +18,15 @@ {{ goods.sellingPoint }} + +
+
+ {{ item.groupName }} : + {{ child.paramName }} - {{ child.paramValue }} + +
+
+

商品交易信息

diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue index dd1a658d..43a01f2c 100644 --- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue +++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue @@ -298,7 +298,7 @@
+ @click="handleView(item.url)" />
diff --git a/seller/src/views/order/order/orderList.vue b/seller/src/views/order/order/orderList.vue index cda28305..2755f75a 100644 --- a/seller/src/views/order/order/orderList.vue +++ b/seller/src/views/order/order/orderList.vue @@ -335,6 +335,7 @@ export default { this.selectDate = null; this.searchForm.startDate = ""; this.searchForm.endDate = ""; + this.searchForm.orderType = "NORMAL", // 重新加载数据 this.getDataList(); },