|
|
|
<mat-tab-group selectedIndex="10" style="height: 99%;">
|
|
|
|
<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-allaround></app-allaround>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="3.消防设施">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-fire-fighting-device-look></app-fire-fighting-device-look>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="4.重点部位">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-key-site-look></app-key-site-look>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="5.功能分区">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-function-division-look></app-function-division-look>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="6.行车路线">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-router-gis></app-router-gis>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="7.周边水源及力量">
|
|
|
|
<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="11.作战部署">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<div *ngIf="showType == 0">
|
|
|
|
<iframe id="inneriframe" [src]='iframeSrc' frameborder="0" style="width: 100%;height: 100%;"></iframe>
|
|
|
|
</div>
|
|
|
|
<div *ngIf="showType == 1" id="viewer"></div>
|
|
|
|
<!-- <div *ngIf="showType == 2">
|
|
|
|
<iframe id="inneriframe2" [src]='threedUrl' frameborder="0" style="width: 100%;height: 100%;"></iframe>
|
|
|
|
</div> -->
|
|
|
|
<div *ngIf="showType == 3">
|
|
|
|
<app-collection-tools></app-collection-tools>
|
|
|
|
</div>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
|
|
|
|
</mat-tab-group>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 株洲项目:传入预案id显示相应预案 -->
|