feature_0521
zhenghuang 5 years ago
parent d36b2905ad
commit a918718c1a

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

Loading…
Cancel
Save