|
@@ -119,7 +119,7 @@ const qrcodelist = props => {
|
119
|
119
|
key: 'targetType',
|
120
|
120
|
align: 'center',
|
121
|
121
|
render: (text, record) => <span>{text == 'project' ? '项目' : text == 'activity' ? '常规活动' : text == 'help' ? '助力活动' : text == 'group' ? '拼团活动'
|
122
|
|
- : text == 'h5' ? 'H5活动' : text == 'live' ? '直播活动': text == 'news' ? '资讯' : text == 'salesBatch' ? '销售批次' : ''}</span>,
|
|
122
|
+ : text == 'h5' ? 'H5活动' : text == 'live' ? '直播活动': text == 'news' ? '资讯' : text == 'house' ? '在线选房' : ''}</span>,
|
123
|
123
|
},
|
124
|
124
|
{
|
125
|
125
|
title: '内容',
|