|
|
@ -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",
|
|
|
|