|
|
@ -902,55 +902,56 @@ class College extends Component {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{/*基本使用情况2*/}
|
|
|
|
{/*基本使用情况2*/}
|
|
|
|
<div className="jibenshiyong100 sortinxdirection yinyin">
|
|
|
|
<div className="jibenshiyong100 sortinxdirection yinyin">
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
{
|
|
|
|
{
|
|
|
|
teachers_count ?
|
|
|
|
teachers_count || teachers_count===0?
|
|
|
|
<div className="yslstatistic-base-item-labelsp"> {teachers_count}<span className="yslstatistic-base-item-labelsspan">人</span></div>
|
|
|
|
<div className="yslstatistic-base-item-labelsp"> {teachers_count}<span className="yslstatistic-base-item-labelsspan">人</span></div>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<Spin />
|
|
|
|
<Spin/>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
{
|
|
|
|
{
|
|
|
|
students_count ?
|
|
|
|
students_count || students_count===0?
|
|
|
|
<div className="yslstatistic-base-item-labelsp">{students_count}<span className="yslstatistic-base-item-labelsspan">人</span></div>
|
|
|
|
<div className="yslstatistic-base-item-labelsp">{students_count}<span className="yslstatistic-base-item-labelsspan">人</span></div>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<Spin />
|
|
|
|
<Spin/>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
{
|
|
|
|
{
|
|
|
|
courses_count ?
|
|
|
|
courses_count || courses_count === 0?
|
|
|
|
<div className="yslstatistic-base-item-labelsp">{courses_count}<span className="yslstatistic-base-item-labelsspan">个</span></div>
|
|
|
|
<div className="yslstatistic-base-item-labelsp">{courses_count}<span className="yslstatistic-base-item-labelsspan">个</span></div>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<Spin />
|
|
|
|
<Spin/>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
{
|
|
|
|
{
|
|
|
|
shixuns_count ?
|
|
|
|
shixuns_count || shixuns_count === 0?
|
|
|
|
<div className="yslstatistic-base-item-labelsp">{shixuns_count}<span className="yslstatistic-base-item-labelsspan">个</span></div>
|
|
|
|
<div className="yslstatistic-base-item-labelsp">{shixuns_count}<span className="yslstatistic-base-item-labelsspan">个</span></div>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<Spin />
|
|
|
|
<Spin/>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
{
|
|
|
|
{
|
|
|
|
shixun_report_count ?
|
|
|
|
shixun_report_count || shixun_report_count===0?
|
|
|
|
<div className="yslstatistic-base-item-labelsp">{shixun_report_count}<span className="yslstatistic-base-item-labelsspan">个</span></div>
|
|
|
|
<div className="yslstatistic-base-item-labelsp">{shixun_report_count}<span className="yslstatistic-base-item-labelsspan">个</span></div>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<Spin />
|
|
|
|
<Spin/>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
<div className="yslstatistic-base-item-labels">
|
|
|
|
{
|
|
|
|
{
|
|
|
|
shixun_time ?
|
|
|
|
shixun_time || shixun_time === 0 ?
|
|
|
|
<div className="yslstatistic-base-item-labelsp">{shixun_time}<span className="yslstatistic-base-item-labelsspan">天</span></div>
|
|
|
|
<div className="yslstatistic-base-item-labelsp">{shixun_time}<span className="yslstatistic-base-item-labelsspan">天</span></div>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<Spin />
|
|
|
|
<Spin/>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{/*基本使用情况3结束*/}
|
|
|
|
{/*基本使用情况3结束*/}
|
|
|
|