摘要:
import React, { Fragment } from 'react'; import { Input, Select } from 'antd'; const { Option } = Select; export default class TableSelectClick extend 阅读全文
摘要:
/* 使用方式如下,与DateEdit使用方式基本一致 1、引用组件 2、 <TableDateEdit key={record.id + 'start'} //key随意指定 txtValue={record.planStartTime} //控件需要显示的内容 rowID={record.id} 阅读全文
摘要:
DEMO: <input type="file" id="file" multiple="multiple"> <div id="imgDiv"></div> <div id="showDataUrl" style="width:50%; word-wrap:break-word;"></div> 阅读全文