Browse Source

[完善]消防设施去掉单位模块和展开表格

master
邵佳豪 4 years ago
parent
commit
12b479c340
  1. 2
      proxy.config.json
  2. 10
      src/app/ui/fire-fighting-device/fire-fighting-device.component.html

2
proxy.config.json

@ -1,6 +1,6 @@
{ {
"/api": { "/api": {
"target": "http://183.194.244.232:8088", "target": "http://39.106.78.171:9008",
"secure": false, "secure": false,
"changeOrigin": true "changeOrigin": true
} }

10
src/app/ui/fire-fighting-device/fire-fighting-device.component.html

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

Loading…
Cancel
Save