feature_0521
zhenghuang 5 years ago
parent d36b2905ad
commit a918718c1a

@ -264,13 +264,13 @@ export default {
return h("span", (params.row.friendCount || 0) + "人");
}
},
{
title: "参与活动客户数",
key: "joinActivityClientNum",
render (h, params) {
return h("span", (params.row.customerCount || 0) + "人");
}
},
// {
// title: "",
// key: "joinActivityClientNum",
// render (h, params) {
// return h("span", (params.row.customerCount || 0) + "");
// }
// },
{
title: "活动码",
slot: "qrCodeAction",

Loading…
Cancel
Save