|
|
|
<mat-tab-group selectedIndex="0" style="height:97%;" (selectedTabChange)="selectedtab($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>
|
|
|
|
<!-- <iframe id="main" src="/unityApp2Basic/index.html" name="unityApp" frameborder="0" width="96%" height="100%" style="margin-left:2%;"></iframe> -->
|
|
|
|
<app-collection-tools-plan></app-collection-tools-plan>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="3.四周毗邻">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-allaround></app-allaround>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="4.消防设施">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-fire-fighting-device-look></app-fire-fighting-device-look>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="5.重点部位">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-key-site-look></app-key-site-look>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="6.功能分区">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-function-division-look></app-function-division-look>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="7.实景图">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-realistic-picture-look></app-realistic-picture-look>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="8.上传CAD">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-uploading-cad-look></app-uploading-cad-look>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="9.六熟悉记录">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
<app-six-familiar-list></app-six-familiar-list>
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
<mat-tab label="10.实战演练记录">
|
|
|
|
<ng-template matTabContent>
|
|
|
|
功能开发中~~
|
|
|
|
</ng-template>
|
|
|
|
</mat-tab>
|
|
|
|
</mat-tab-group>
|
|
|
|
|