|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
<div class="right"> |
|
|
|
|
<div class="headerRight"> |
|
|
|
|
<label (click)='togglePaperType(1)' [ngClass]="{'selectPaperType': selectPaperType == '1'}">基本信息</label> |
|
|
|
|
<!-- <label (click)='togglePaperType(2)' [ngClass]="{'selectPaperType': selectPaperType == '2'}">作战部署</label> --> |
|
|
|
|
<label (click)='togglePaperType(2)' [ngClass]="{'selectPaperType': selectPaperType == '2'}">作战部署</label> |
|
|
|
|
<button (click)='submitResult()' style="width: 100px;">提交阅卷结果</button> |
|
|
|
|
<label style="float: right;margin-right: 25px;opacity: 1;width: 150px;">基本信息总分: {{selectPaper.score || 0}}分</label> |
|
|
|
|
</div> |
|
|
|
|