|
@@ -118,6 +118,8 @@ const qrcodelist = props => {
|
118
|
118
|
dataIndex: 'targetType',
|
119
|
119
|
key: 'targetType',
|
120
|
120
|
align: 'center',
|
|
121
|
+ render: (text, record) => <span>{text == 'project' ? '项目' : text == 'activity' ? '常规活动' : text == 'help' ? '助力活动' : text == 'group' ? '拼团活动'
|
|
122
|
+ : text == 'h5' ? 'H5活动' : text == 'live' ? '直播活动': text == 'news' ? '资讯' : text == 'salesBatch' ? '销售批次' : ''}</span>,
|
121
|
123
|
},
|
122
|
124
|
{
|
123
|
125
|
title: '内容',
|
|
@@ -256,7 +258,7 @@ const qrcodelist = props => {
|
256
|
258
|
value={dateRange}
|
257
|
259
|
onChange={(_dates, dateStrings) => onChangetime(_dates, dateStrings)}
|
258
|
260
|
allowClear={false}
|
259
|
|
- />,
|
|
261
|
+ />
|
260
|
262
|
|
261
|
263
|
</Form.Item>
|
262
|
264
|
<Form.Item>
|