Browse Source

摄像头历史选择日期确认方式(点击按钮确认)

dev_trial
wenlele 2 years ago
parent
commit
0ed28d8597
  1. 1
      code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationHistroyTime.jsx

1
code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoOperationHistroyTime.jsx

@ -29,6 +29,7 @@ const VideoOperationHistroyTime = ({ close, histroyTime, setHistroyTime, setProc
<DatePicker
density='compact'
type="dateTimeRange"
needConfirm={true}
value={selectedTimeRange}
onChange={(t, timeRange) => {
setSelectedTimeRange(timeRange)

Loading…
Cancel
Save