傅行帆 5 gadus atpakaļ
vecāks
revīzija
952d0dd32f

+ 1
- 1
src/components/SelectButton/WxDictSelect.jsx Parādīt failu

30
       <Select
30
       <Select
31
       showSearch
31
       showSearch
32
       value={props.value}
32
       value={props.value}
33
-      style={{ width: '300px' }}
33
+      style={{ width: '150px' }}
34
       placeholder="请选择用户来源"
34
       placeholder="请选择用户来源"
35
       onChange={props.onChange}
35
       onChange={props.onChange}
36
       filterOption={(input, option) =>
36
       filterOption={(input, option) =>

+ 6
- 0
src/pages/customer/customerlist/index.jsx Parādīt failu

12
 import ChangeStatus from './components/changeStatus'
12
 import ChangeStatus from './components/changeStatus'
13
 import BuildSelect from '../../../components/SelectButton/BuildSelect'
13
 import BuildSelect from '../../../components/SelectButton/BuildSelect'
14
 import AuthButton from '@/components/AuthButton';
14
 import AuthButton from '@/components/AuthButton';
15
+import WxDictSelect from '@/components/SelectButton/WxDictSelect';
15
 
16
 
16
 
17
 
17
 const { Option } = Select;
18
 const { Option } = Select;
425
             <Input placeholder="置业顾问电话" />,
426
             <Input placeholder="置业顾问电话" />,
426
           )}
427
           )}
427
         </Form.Item>}
428
         </Form.Item>}
429
+        <Form.Item>
430
+          {getFieldDecorator('sceneType')(
431
+            <WxDictSelect />,
432
+          )}
433
+        </Form.Item>
428
         <Form.Item>
434
         <Form.Item>
429
             <AuthButton name="admin.customer.recommend.search" noRight={null}>
435
             <AuthButton name="admin.customer.recommend.search" noRight={null}>
430
               <Button type="primary" htmlType="submit" >
436
               <Button type="primary" htmlType="submit" >