|
@@ -638,28 +638,26 @@
|
|
<em class="fa icon-file-alt fa-fw"></em> 专业成绩
|
|
<em class="fa icon-file-alt fa-fw"></em> 专业成绩
|
|
</div>
|
|
</div>
|
|
</ng-template>
|
|
</ng-template>
|
|
- <div class="card border" *ngFor="let ap of aspectScoreAjax.getMap()['AspectArray']">
|
|
|
|
- <div class="card-header font-weight-bold text-1-5">专业:【{{ap.aspect_name}}】 总分:【{{ap.aspect_final_score}}】
|
|
|
|
|
|
+ <div class="card border" >
|
|
|
|
+ <!-- <div class="card-header font-weight-bold text-1-5">专业:【{{ap.aspect_name}}】 总分:【{{ap.aspect_final_score}}】
|
|
<span *ngIf="ap.aspect_final_level">排名:【{{ap.aspect_final_level}}】</span>
|
|
<span *ngIf="ap.aspect_final_level">排名:【{{ap.aspect_final_level}}】</span>
|
|
<span *ngIf="ap.qualified_text">【<span class="text-success"
|
|
<span *ngIf="ap.qualified_text">【<span class="text-success"
|
|
*ngIf="ap.qualified_status==='Active'">{{ap.qualified_text}}</span><span
|
|
*ngIf="ap.qualified_status==='Active'">{{ap.qualified_text}}</span><span
|
|
class="text-danger" *ngIf="ap.qualified_status==='InActive'">{{ap.qualified_text}}</span>】</span>
|
|
class="text-danger" *ngIf="ap.qualified_status==='InActive'">{{ap.qualified_text}}</span>】</span>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
<table class="table table-striped table-hover table-bordered">
|
|
<table class="table table-striped table-hover table-bordered">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
<th>科目名称</th>
|
|
<th>科目名称</th>
|
|
- <!-- <th>科目类型</th> -->
|
|
|
|
<th>科目成绩</th>
|
|
<th>科目成绩</th>
|
|
<th>考场地址</th>
|
|
<th>考场地址</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
- <tr *ngFor="let sb of aspectScoreAjax.getMap()['SubjectScoreArray']">
|
|
|
|
|
|
+ <tr *ngFor="let sb of aspectScoreAjax.getArray(); let i = index">
|
|
<td>{{sb.subject_name}} </td>
|
|
<td>{{sb.subject_name}} </td>
|
|
- <!-- <td>{{sb.subject_type | frameDict: 'ConfSubjectType'}} </td> -->
|
|
|
|
<td>{{sb.subject_score}} </td>
|
|
<td>{{sb.subject_score}} </td>
|
|
<td>{{sb.room_addr}} </td>
|
|
<td>{{sb.room_addr}} </td>
|
|
</tr>
|
|
</tr>
|
|
@@ -669,7 +667,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
- <frame-ajax [url]="'./score/check/std.htm'" [ajaxDataType]="'map'" [autoRequest]="false"
|
|
|
|
|
|
+ <frame-ajax [url]="'./score/check/std.htm'" [ajaxDataType]="'array'" [autoRequest]="false"
|
|
#aspectScoreAjax></frame-ajax>
|
|
#aspectScoreAjax></frame-ajax>
|
|
|
|
|
|
</tab>
|
|
</tab>
|