This commit is contained in:
小海
2020-05-16 20:50:20 +08:00
parent e61e59fa5f
commit 5371a9a5c5

View File

@@ -6,6 +6,7 @@
<thead> <thead>
<th>文章标题</th> <th>文章标题</th>
<th>评论内容</th> <th>评论内容</th>
<th>评论者</th>
<th>评论日期</th> <th>评论日期</th>
<th>操作</th> <th>操作</th>
</thead> </thead>
@@ -25,6 +26,7 @@
<button nz-button (click)="editInfo.editFocus=false" nzSize="small">取消</button> <button nz-button (click)="editInfo.editFocus=false" nzSize="small">取消</button>
</nz-input-group> </nz-input-group>
</td> </td>
<td>{{data.authorName}}</td>
<td>{{data.date}}</td> <td>{{data.date}}</td>
<td> <td>
<a (click)="editFocus(data)" class="edit-opr">编辑</a> <a (click)="editFocus(data)" class="edit-opr">编辑</a>