- 博客(5)
- 收藏
- 关注
原创 react项目利用iframe集成嵌套页面跳转
import React, { PureComponent } from 'react';import Panel from '@/components/Panel';import styles from './card.less';import { Layout } from 'antd';const { Content } = Layout;import classNames from "classnames";import layoutStyles from "@/layouts/Bas.
2022-04-21 08:37:08 2092
原创 react + ant 赋值方法
1、方法中赋值getUsableCredit = (value) => { const { dispatch, form, } = this.props; const paramse={ size:1, current:10 } dispatch(URL( { payload: paramse, callback: (respon
2022-03-08 15:49:39 944
原创 react+ant上传文件
import { Drawer,Button,Upload,message, DatePicker,Divider,Input, Form, Row, Select,Icon} from 'antd';import {uploadProps} from '@/utils/initDataPage'; renderLeftButton = () => { return <Upload {...this.getExcelURL()} showUploadList={false}.
2022-03-08 15:46:12 954
原创 moment获取时间总结
import moment from 'moment';'当天': [moment(), moment()],'当月': [moment().startOf('month'), moment().endOf('month')],'当季': [moment().startOf('quarter'), moment().endOf('quarter')],'当年': [moment().startOf('year'), moment().endOf('year')],'上一天': [momen.
2022-03-04 14:41:10 1097
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人