|
@@ -142,6 +142,7 @@ const tableColumns: TableColumnsType = [
|
|
|
},
|
|
|
{title: '活动名称', dataIndex: 'name', key: 'name', align: "center"},
|
|
|
{title: '活动地址', dataIndex: 'address', key: 'address', align: "center"},
|
|
|
+ {title: '活动类型', dataIndex: 'activityTypeName', key: 'activityTypeName', align: "center"},
|
|
|
{title: '联系人', dataIndex: 'userName', key: 'userName', align: "center"},
|
|
|
{title: '联系电话', dataIndex: 'userMrobile', key: 'userMrobile', align: "center"},
|
|
|
{title: '活动时间', dataIndex: 'startTime', key: 'startTime', align: "center"},
|