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.
57 lines
1.8 KiB
57 lines
1.8 KiB
<mat-tab-group selectedIndex="10" style="height: 100%;"> |
|
<mat-tab label="1.基本信息"> |
|
<ng-template matTabContent> |
|
<app-basicinfo></app-basicinfo> |
|
</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></app-fire-fighting-device> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="4.重点部位"> |
|
<ng-template matTabContent> |
|
<app-key-site></app-key-site> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="5.功能分区"> |
|
<ng-template matTabContent> |
|
<app-function-division></app-function-division> |
|
</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="6.实景图"> |
|
<ng-template matTabContent> |
|
<app-realistic-picture></app-realistic-picture> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="7.上传CAD"> |
|
<ng-template matTabContent> |
|
<app-uploading-cad></app-uploading-cad> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="8.特别警示"> |
|
<ng-template matTabContent> |
|
<app-special-warning></app-special-warning> |
|
</ng-template> |
|
</mat-tab> |
|
<mat-tab label="9.作战部署"> |
|
<ng-template matTabContent> |
|
<app-collection-tools></app-collection-tools> |
|
</ng-template> |
|
</mat-tab> |
|
</mat-tab-group>
|
|
|