Browse Source

[修改]重点提示字数5000

develop
邵佳豪 5 years ago
parent
commit
1526e8e824
  1. 4
      src/app/ui/key-site/key-site.component.html

4
src/app/ui/key-site/key-site.component.html

@ -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>

Loading…
Cancel
Save