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.
49 lines
1.7 KiB
49 lines
1.7 KiB
<mat-tab-group selectedIndex="9" 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-realistic-picture-look></app-realistic-picture-look> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="7.上传CAD"> |
|
<ng-template matTabContent> |
|
<app-uploading-cad-look></app-uploading-cad-look> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="8.作战部署"> |
|
<ng-template matTabContent> |
|
<app-collection-tools></app-collection-tools> |
|
</ng-template> |
|
</mat-tab> |
|
<!-- <mat-tab label="9.unity作战部署"> |
|
<ng-template matTabContent> |
|
<app-collection-tools></app-collection-tools> |
|
<iframe id="main" src="/unityApp2/index.html" name="unityApp" frameborder="0" width="100%" height="98%"></iframe> |
|
</ng-template> |
|
</mat-tab> --> |
|
</mat-tab-group> |
|
|
|
|