<tr>
<td colspan="2" >{{rowData.messageType}}</td>
<td *ngFor="let row of rowData.data" style = "text-align: center">
<input pInputText class="cell-input" type="text" [value]="row.price" (change)= "updateBasePrice($event, rowData.messageType, row.nhour)" />
</td>
</tr>\
当我按下Enter键时,我希望焦点消失