保留原有参数 并添加新参数:onChange={(e)=>{handleChangeScore(e,record)}}
JSON转对象:new Function('','return'+json)()
moment.js
标准时间转时间戳
moment(values.time[0]).valueOf()
时间戳转时间格式
moment(record.beginTime).format('YYYY/MM/DD HH:mm:ss')
const points = moment().endOf('day').valueOf() + 1;
console.log(12421412412, points, Date.now(), points - Date.now() <= 1000 * 60 * 60 * 2, points - Date.now() > 0);