06 2022 档案

摘要:const columns = [ { title: '数量', dataIndex: 'num', onCell: (record) => { if (record.num '1') { return { style: { background: '#FAFBFB' } } } } } ] 解决! 阅读全文
posted @ 2022-06-27 15:13 凹润之之之 阅读(515) 评论(0) 推荐(0)
摘要:第一种:禁止当前月及当前月之后的所有月份 <DatePicker placeholder="请选择" style={{ width: '288px' }} picker="month" disabledDate={(current) => { // 禁止选中当前月及当前月之后的月份 return c 阅读全文
posted @ 2022-06-07 15:35 凹润之之之 阅读(761) 评论(0) 推荐(0)