total_count

dev_forum
hjm 6 years ago
parent fdf49f38cd
commit 116cbfa0e9

@ -642,7 +642,7 @@ class studentsList extends Component{
<Menu.Item key="2">待审批({apply_size})</Menu.Item>
</Menu>
</div> :
(total_count ? <ColorCountText count={total_count} name="个教师"></ColorCountText> : '')
(!!total_count ? <ColorCountText count={total_count} name="个教师"></ColorCountText> : '')
}
onPressEnter={this.onPressEnter}
></Titlesearchsection>

Loading…
Cancel
Save