|
|
|
@ -51,7 +51,7 @@
|
|
|
|
|
<h3 style="text-align: center;font-weight: 550;">重点提示</h3> |
|
|
|
|
<mat-icon title="保存" style="margin-left: 11%; cursor: pointer;" (click)='Preservation()'>description</mat-icon> |
|
|
|
|
<p class="tips"> |
|
|
|
|
<textarea [(ngModel)]="companyInput" maxlength="999"></textarea> |
|
|
|
|
<textarea [(ngModel)]="companyInput" maxlength="5000"></textarea> |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -109,7 +109,7 @@
|
|
|
|
|
<h3 style="text-align: center;font-weight: 550;">重点提示</h3> |
|
|
|
|
<mat-icon title="保存" style="margin-left: 11%;cursor: pointer;" (click)='PreservationBuilding(item)'>description</mat-icon> |
|
|
|
|
<p class="tips"> |
|
|
|
|
<textarea [(ngModel)]="item.companyInput" maxlength="999"></textarea> |
|
|
|
|
<textarea [(ngModel)]="item.companyInput" maxlength="5000"></textarea> |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|