|
|
|
@ -82,8 +82,7 @@
|
|
|
|
|
<div [hidden]="!togglePlane" > |
|
|
|
|
<div class="sitePlanContent" *ngFor="let item of sitePlanData;let key = index" |
|
|
|
|
[ngClass]="{'isRefugeStorey':item.isRefugeStorey==true,'selectSitePlan': selectSitePlanIndex==key}" (click)='selectSitePlan(item,key)'> |
|
|
|
|
<mat-icon *ngIf="!item.imageUrl" class="matIcons">broken_image</mat-icon> |
|
|
|
|
<label class="overflowText">{{item.name}}</label> |
|
|
|
|
<label class="overflowText planEveryRow"><mat-icon *ngIf="!item.imageUrl" class="matIcons">broken_image</mat-icon>{{item.name}}</label> |
|
|
|
|
<a href="javascript:;" class="a-upload" *ngIf="selectSitePlanIndex==key && isEditPattern" title="替换底图" > |
|
|
|
|
<input type="file" (change)='replaceBaseMap($event,item)' accept="image/*"> |
|
|
|
|
<mat-icon class="matIcons">photo_size_select_actual</mat-icon> |
|
|
|
|