|
@@ -54,8 +54,8 @@ const TimeSelect = props => {
|
54
|
54
|
<div style={{ display: 'flex' }}>
|
55
|
55
|
<div>
|
56
|
56
|
<Button type='link' style={type==='today'?undefined:{color:'rgba(0,0,0,0.65)'}} onClick={() => setType('today')}>今日</Button>
|
57
|
|
- <Button type='link' style={type==='week'?undefined:{color:'rgba(0,0,0,0.65)'}} onClick={() => setType('week')}>本周</Button>
|
58
|
|
- <Button type='link' style={type==='month'?undefined:{color:'rgba(0,0,0,0.65)'}} onClick={() => setType('month')}>本月</Button>
|
|
57
|
+ <Button type='link' style={type==='week'?undefined:{color:'rgba(0,0,0,0.65)'}} onClick={() => setType('week')}>最近一周</Button>
|
|
58
|
+ <Button type='link' style={type==='month'?undefined:{color:'rgba(0,0,0,0.65)'}} onClick={() => setType('month')}>最近一月</Button>
|
59
|
59
|
</div>
|
60
|
60
|
<RangePicker
|
61
|
61
|
value={rangePickerValue}
|