import React from 'react'; import {ItemBox} from '@commonComp'; import AddAssistCheck from '../AddAssistCheck'; import styles from './index.less' class AssistCheck extends React.Component { constructor(props){ super(props); } render(){ const {list,getInfomation,assistLabel,handleChangeValue,handleSign,fetchPushInfos,handleDelAssist,handleChangeAssistValue,handleChangeDate,isRead,winWidth,assistList} = this.props; return (