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.
77 lines
3.4 KiB
77 lines
3.4 KiB
<!-- <div class="fixedPrompt"> |
|
<label class="scorePrompt" *ngIf="selected.value == 0">*单位信息,建筑信息填写完整可得满分</label> |
|
<label class="scorePrompt" *ngIf="selected.value == 1">*单位毗邻模块标注完整可得满分</label> |
|
<label class="scorePrompt" *ngIf="selected.value == 2">*消防设施,重点部位模块标注完整可得满分</label> |
|
<label class="scorePrompt" *ngIf="selected.value == 3">*总平面图模块标注完整可得满分</label> |
|
<label class="scorePrompt" *ngIf="selected.value == 4 || selected.value == 5">*层平面图模块标注完整可得满分</label> |
|
<label class="scorePrompt" *ngIf="selected.value == 6">*填写2条以上可得满分</label> |
|
<label class="scorePrompt" *ngIf="selected.value == 9">*重点部位、安全出口、外观各自不低于两张图片方可满分</label> |
|
<label class="scorePrompt" *ngIf="selected.value == 10">*保证至少有一个文件可得满分</label> |
|
</div> --> |
|
<mat-tab-group style="height:100%;" [selectedIndex]="selected.value" (selectedIndexChange)="selected.setValue($event)"> |
|
<mat-tab label="1.基本信息"> |
|
<ng-template matTabContent> |
|
<app-basicinfo-look></app-basicinfo-look> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="2.总平面图"> |
|
<ng-template matTabContent> |
|
<app-collection-tools-plan></app-collection-tools-plan> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="3.层平面图"> |
|
<ng-template matTabContent> |
|
<app-collection-tools-building></app-collection-tools-building> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="4.四周毗邻"> |
|
<ng-template matTabContent> |
|
<app-allaround></app-allaround> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="5.消防设施"> |
|
<ng-template matTabContent> |
|
<app-fire-fighting-device-look></app-fire-fighting-device-look> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="6.重点部位"> |
|
<ng-template matTabContent> |
|
<app-key-site-look></app-key-site-look> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="7.功能分区"> |
|
<ng-template matTabContent> |
|
<app-function-division-look></app-function-division-look> |
|
</ng-template> |
|
</mat-tab> |
|
<!-- <mat-tab label="8.行车路线"> |
|
<ng-template matTabContent> |
|
<app-router-gis></app-router-gis> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="9.周边水源及力量"> |
|
<ng-template matTabContent> |
|
<app-water-road></app-water-road> |
|
</ng-template> |
|
</mat-tab> --> |
|
<mat-tab label="8.实景图"> |
|
<ng-template matTabContent> |
|
<app-realistic-picture-look></app-realistic-picture-look> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="9.上传CAD"> |
|
<ng-template matTabContent> |
|
<app-uploading-cad-look></app-uploading-cad-look> |
|
</ng-template> |
|
</mat-tab> |
|
<!-- <mat-tab label="10.特别警示"> |
|
<ng-template matTabContent> |
|
<app-special-warning></app-special-warning> |
|
</ng-template> |
|
</mat-tab> --> |
|
<!-- <mat-tab label="12.unity平面图"> |
|
<ng-template matTabContent> |
|
<iframe id="main" src="/unityApp2Basic/index.html" name="unityApp" frameborder="0" width="96%" height="100%" style="margin-left:2%;"></iframe> |
|
</ng-template> |
|
</mat-tab> --> |
|
</mat-tab-group> |