风华正茂、时光流逝、真爱时光、努力创建辉煌。

antd Select

 

import { Input, Modal, Radio, Form, message, Spin, Row, Col, Switch, TreeSelect, Select, DatePicker, Tabs, Upload, Button, Icon } from 'antd';
 
const { Option } = Select;

<Select disabled={this.props.disabled}> {calendarList.map(item => ( <Option value={item.id} key={item.id}> {item.calName} </Option> ))} </Select>

  

 

posted @ 2020-03-04 11:09  野马,程序源改造新Bug  阅读(324)  评论(0编辑  收藏  举报