风华正茂、时光流逝、真爱时光、努力创建辉煌。
摘要: import React, { Fragment } from 'react'; import { Input, Select } from 'antd'; const { Option } = Select; export default class TableSelectClick extend 阅读全文
posted @ 2020-09-24 13:57 野马,程序源改造新Bug 阅读(467) 评论(0) 推荐(0) 编辑
摘要: /* 使用方式如下,与DateEdit使用方式基本一致 1、引用组件 2、 <TableDateEdit key={record.id + 'start'} //key随意指定 txtValue={record.planStartTime} //控件需要显示的内容 rowID={record.id} 阅读全文
posted @ 2020-09-24 13:40 野马,程序源改造新Bug 阅读(166) 评论(0) 推荐(0) 编辑
摘要: DEMO: <input type="file" id="file" multiple="multiple"> <div id="imgDiv"></div> <div id="showDataUrl" style="width:50%; word-wrap:break-word;"></div> 阅读全文
posted @ 2020-09-24 10:51 野马,程序源改造新Bug 阅读(357) 评论(0) 推荐(0) 编辑