diff --git a/buyer/src/components/goodsDetail/Promotion.vue b/buyer/src/components/goodsDetail/Promotion.vue
index ea685c88..be6b08b4 100644
--- a/buyer/src/components/goodsDetail/Promotion.vue
+++ b/buyer/src/components/goodsDetail/Promotion.vue
@@ -8,7 +8,7 @@
{{end}}
- 据活动结束:{{ hours }} : {{ minutes }} : {{ seconds }}
+ 距活动结束:{{ hours }} : {{ minutes }} : {{ seconds }}
活动已结束
diff --git a/buyer/src/pages/Cart.vue b/buyer/src/pages/Cart.vue
index 293d7d65..f46df18b 100644
--- a/buyer/src/pages/Cart.vue
+++ b/buyer/src/pages/Cart.vue
@@ -75,6 +75,18 @@
+
+
+
+
+
+
diff --git a/manager/src/views/promotion/coupon/coupon.vue b/manager/src/views/promotion/coupon/coupon.vue
index a372f567..8f172e02 100644
--- a/manager/src/views/promotion/coupon/coupon.vue
+++ b/manager/src/views/promotion/coupon/coupon.vue
@@ -95,7 +95,7 @@ export default {
},
{
- title: "领取数量/总数量",
+ title: "已领取数量/总数量",
key: "publishNum",
width: 130,
render: (h, params) => {
@@ -308,7 +308,7 @@ export default {
this.total = this.data.length;
this.loading = false;
},
-
+
edit(v) { // 跳转编辑页面
this.$router.push({ name: "edit-platform-coupon", query: { id: v.id } });
},
diff --git a/seller/src/views/promotion/coupon/coupon.vue b/seller/src/views/promotion/coupon/coupon.vue
index 469d3aef..7bb199b9 100644
--- a/seller/src/views/promotion/coupon/coupon.vue
+++ b/seller/src/views/promotion/coupon/coupon.vue
@@ -92,7 +92,7 @@ export default {
},
{
- title: "领取数量/总数量",
+ title: "已领取数量/总数量",
key: "publishNum",
render: (h, params) => {
return h(