|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<div class="content"> |
|
|
|
|
<mat-tab-group> |
|
|
|
|
|
|
|
|
|
<mat-tab label="单位消防设施"> |
|
|
|
|
<!-- <mat-tab label="单位消防设施"> |
|
|
|
|
<div class="contentBox"> |
|
|
|
|
|
|
|
|
|
<p style="width: 100%; margin: 30px auto; text-align: center;" *ngIf="!companyBuiltInGrouping.length">暂无数据,请完善单位基本信息</p> |
|
|
|
@ -94,7 +94,7 @@
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</mat-tab> |
|
|
|
|
</mat-tab> --> |
|
|
|
|
|
|
|
|
|
<mat-tab label="{{newItem.name}}" *ngFor="let newItem of allBuildingGrouping"> |
|
|
|
|
<div class="contentBox"> |
|
|
|
@ -131,10 +131,10 @@
|
|
|
|
|
<textarea maxlength="999" [(ngModel)]="items.details" style="width: 80%;"></textarea> |
|
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
<label><mat-icon (click)='SwitchBuildingBoard(newItem,items)' *ngIf="items.isBuiltin">keyboard_arrow_down</mat-icon></label> |
|
|
|
|
<!-- <label><mat-icon (click)='SwitchBuildingBoard(newItem,items)' *ngIf="items.isBuiltin">keyboard_arrow_down</mat-icon></label> --> |
|
|
|
|
</mat-expansion-panel-header> |
|
|
|
|
|
|
|
|
|
<div class="overflowTable"> |
|
|
|
|
<!-- <div class="overflowTable"> |
|
|
|
|
<div class="detailsTable"> |
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
@ -156,7 +156,7 @@
|
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> --> |
|
|
|
|
</mat-expansion-panel> |
|
|
|
|
|
|
|
|
|
</mat-accordion> |
|
|
|
|