邵佳豪 4 years ago
parent
commit
a6aa8c80d1
  1. 2
      src/app/ui/home/home.component.html

2
src/app/ui/home/home.component.html

@ -40,7 +40,7 @@
<td class="overflowText">{{item.time}}</td> <td class="overflowText">{{item.time}}</td>
<td>{{item.leadTheTeam}}</td> <td>{{item.leadTheTeam}}</td>
<td>{{item.updateStaff}}</td> <td>{{item.updateStaff}}</td>
<td class="fontColor" (click)='viewDetails()'>查看详情</td> <td class="fontColor"><label (click)='viewDetails()'>查看详情</label></td>
</tr> </tr>
</table> </table>
</div> </div>

Loading…
Cancel
Save