领取数量调整描述为已领取数量,明确含义。

购物车无法渲染哪个商品参与了满减活动问题处理
This commit is contained in:
Chopper
2021-08-26 11:15:07 +08:00
parent 8d60a40688
commit abaefc59a6
4 changed files with 16 additions and 4 deletions

View File

@@ -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 } });
},