1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-24 20:06:09 +08:00
2020-09-14 20:25:35 +08:00

18 lines
418 B
Plaintext

<fieldset class="layui-elem-field layui-field-title">
<legend>用户信息</legend>
</fieldset>
<table class="kg-table layui-table">
<tr>
<th>编号</th>
<th>昵称</th>
<th>手机</th>
<th>邮箱</th>
</tr>
<tr>
<td>{{ user.id }}</td>
<td>{{ user.name }}</td>
<td>{{ account.phone }}</td>
<td>{{ account.email }}</td>
</tr>
</table>