|
|
@@ -421,27 +421,22 @@ export default {
|
|
|
// 表头
|
|
|
columns: [
|
|
|
{
|
|
|
- title: "商家",
|
|
|
- align: "center",
|
|
|
- dataIndex: "hotelName",
|
|
|
- },
|
|
|
- {
|
|
|
title: "头像",
|
|
|
align: "center",
|
|
|
dataIndex: "avatar",
|
|
|
scopedSlots: { customRender: "avatar" },
|
|
|
},
|
|
|
+ // {
|
|
|
+ // title: "商家",
|
|
|
+ // align: "center",
|
|
|
+ // dataIndex: "hotelName",
|
|
|
+ // },
|
|
|
{
|
|
|
title: "会员姓名",
|
|
|
align: "center",
|
|
|
dataIndex: "name",
|
|
|
},
|
|
|
{
|
|
|
- title: "手机号",
|
|
|
- align: "center",
|
|
|
- dataIndex: "mobile",
|
|
|
- },
|
|
|
- {
|
|
|
title: "性别",
|
|
|
align: "center",
|
|
|
dataIndex: "sex",
|
|
|
@@ -450,6 +445,16 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
+ title: "手机号",
|
|
|
+ align: "center",
|
|
|
+ dataIndex: "mobile",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "证件号",
|
|
|
+ align: "center",
|
|
|
+ dataIndex: "certificateNo",
|
|
|
+ },
|
|
|
+ {
|
|
|
title: "会员卡号",
|
|
|
align: "center",
|
|
|
dataIndex: "cardNo",
|
|
|
@@ -460,9 +465,9 @@ export default {
|
|
|
dataIndex: "gradeName",
|
|
|
},
|
|
|
{
|
|
|
- title: "证件号",
|
|
|
+ title: "分组",
|
|
|
align: "center",
|
|
|
- dataIndex: "certificateNo",
|
|
|
+ dataIndex: "groupName",
|
|
|
},
|
|
|
{
|
|
|
title: "创建日期",
|
|
|
@@ -470,11 +475,6 @@ export default {
|
|
|
dataIndex: "createTime",
|
|
|
},
|
|
|
{
|
|
|
- title: "推荐员工",
|
|
|
- align: "center",
|
|
|
- dataIndex: "staffId",
|
|
|
- },
|
|
|
- {
|
|
|
title: "可用积分",
|
|
|
align: "center",
|
|
|
dataIndex: "integral",
|
|
|
@@ -491,15 +491,21 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- title: "标签",
|
|
|
+ title: "推荐员工",
|
|
|
+ align: "center",
|
|
|
+ dataIndex: "staffId",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "状态",
|
|
|
align: "center",
|
|
|
dataIndex: "labelName",
|
|
|
},
|
|
|
{
|
|
|
- title: "分组",
|
|
|
+ title: "标签?",
|
|
|
align: "center",
|
|
|
- dataIndex: "groupName",
|
|
|
+ dataIndex: "labelName",
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
title: "操作",
|
|
|
dataIndex: "action",
|