|
@@ -8,7 +8,7 @@ import EditIcon from '@/components/EditIcon';
|
8
|
8
|
import Navigate from '@/components/Navigate';
|
9
|
9
|
import styles from '../../style/GoodsList.less';
|
10
|
10
|
import BuildSelect from '@/components/SelectButton/BuildSelect'
|
11
|
|
-import QrcodeType from '@/components/SelectButton/QrcodeType'
|
|
11
|
+import QrcodeType from '@/components/SelectButton/QrcodeType1'
|
12
|
12
|
import ChannelSelect from '@/components/SelectButton/channelSelect'
|
13
|
13
|
import apis from '../../../services/apis';
|
14
|
14
|
import request from '../../../utils/request';
|
|
@@ -139,8 +139,8 @@ const qrcodelist = props => {
|
139
|
139
|
dataIndex: 'targetType',
|
140
|
140
|
key: 'targetType',
|
141
|
141
|
align: 'center',
|
142
|
|
- render: (text, record) => <span>{text == 'project' ? '项目' : text == 'activity' ? '常规活动' : text == 'help' ? '助力活动' : text == 'group' ? '拼团活动'
|
143
|
|
- : text == 'h5' ? 'H5活动' : text == 'live' ? '直播活动' : text == 'news' ? '资讯' : text == 'salesBatch' ? '在线选房' : ''}</span>,
|
|
142
|
+ render: (text, record) => <span>{text == 'building' ? '项目' : text == 'activity' ? '报名活动' : text == 'help' ? '助力活动' : text == 'group' ? '拼团活动'
|
|
143
|
+ : text == 'h5' ? 'H5活动' : text == 'live' ? '直播活动' : text == 'news' ? '资讯' : text == 'house' ? '在线选房' : ''}</span>,
|
144
|
144
|
},
|
145
|
145
|
{
|
146
|
146
|
title: '内容',
|