|
|
@ -288,17 +288,19 @@ class PathModal extends Component{
|
|
|
|
<div className="clearfix edu-txt-center lineh-40 bor-bottom-greyE" key={key}>
|
|
|
|
<div className="clearfix edu-txt-center lineh-40 bor-bottom-greyE" key={key}>
|
|
|
|
<li className="fl with40 newtaskhide">
|
|
|
|
<li className="fl with40 newtaskhide">
|
|
|
|
<Checkbox
|
|
|
|
<Checkbox
|
|
|
|
id={"shixun_input_"+item.subject_id} value={item.subject_id}
|
|
|
|
id={"shixun_input_"+item.subject_id}
|
|
|
|
|
|
|
|
value={item.subject_id}
|
|
|
|
|
|
|
|
key={item.subject_id}
|
|
|
|
className="task-hide edu-txt-left newtaskhide"
|
|
|
|
className="task-hide edu-txt-left newtaskhide"
|
|
|
|
style={{"width":"280px"}}
|
|
|
|
style={{"width":"280px"}}
|
|
|
|
name="shixun_homework[]"
|
|
|
|
name="shixun_homework[]"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<label style={{"textAlign":"left","color":"#05101A"}} className="task-hide color-grey-name" title="frerere">{item.subject_name}</label>
|
|
|
|
<label style={{"textAlign":"left","color":"#05101A"}} className="task-hide color-grey-name" title={item.subject_name}>{item.subject_name}</label>
|
|
|
|
</Checkbox>
|
|
|
|
</Checkbox>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li className="fl with30 edu-txt-left task-hide pl40">{item.shixun_count}</li>
|
|
|
|
<li className="fl with30 edu-txt-left task-hide pl40">{item.shixun_count}</li>
|
|
|
|
<li className="fl with10 paddingl10">{item.myshixun_count}</li>
|
|
|
|
<li className="fl with10 paddingl10">{item.myshixun_count}</li>
|
|
|
|
<Tooltip title="查看详情">
|
|
|
|
<Tooltip title="新窗口查看详情">
|
|
|
|
<li className="fr with10"><a className="color-blue" href={"/paths/"+item.subject_id} target="_blank">详情</a></li>
|
|
|
|
<li className="fr with10"><a className="color-blue" href={"/paths/"+item.subject_id} target="_blank">详情</a></li>
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|