Просмотр исходного кода

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager into dev

魏超 5 лет назад
Родитель
Сommit
6fef038ea3
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      src/components/SelectButton/QrcodeType.jsx
  2. 1
    1
      src/pages/channel/newCustomer/index.jsx

+ 1
- 1
src/components/SelectButton/QrcodeType.jsx Просмотреть файл

52
         },
52
         },
53
         {
53
         {
54
             name: '在线选房',
54
             name: '在线选房',
55
-            value: 'salesBatch',
55
+            value: 'house',
56
             visible,
56
             visible,
57
         },
57
         },
58
     ]
58
     ]

+ 1
- 1
src/pages/channel/newCustomer/index.jsx Просмотреть файл

119
             key: 'targetType',
119
             key: 'targetType',
120
             align: 'center',
120
             align: 'center',
121
         render: (text, record) => <span>{text == 'project' ? '项目' : text == 'activity' ? '常规活动'  : text == 'help' ? '助力活动'  : text == 'group' ? '拼团活动'
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
             title: '内容',
125
             title: '内容',