{
operationState ?
operationState.histroy.select ?
<>
{/* */}
{moment().format('YYYY-MM-DD HH:mm:ss')}/{moment().format('YYYY-MM-DD HH:mm:ss')}
{
setShowTimeSelect(!showTimeSelect)
}}>时间设置
>
:
<>
{
operationState ?
operation.map(p => {
return

}) : ''
}
{
resolution == 'sd' ?
标清
:
高清
}
> : ''
}
>
)
}
function mapStateToProps (state) {
const { auth } = state;
return {
user: auth.user,
};
}
export default connect(mapStateToProps)(VideoOperation);