考核考试系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
361 B

<div class="conter">
<div class="left">
<div class="top">
<span (click)="switch('频次')" [ngClass]="{'select': !examinationIndex}">考试频次</span> |
<span (click)="switch('人数')" [ngClass]="{'select': examinationIndex}">考试人数</span>
</div>
<div id="zhidui">
</div>
</div>
</div>