用户管理和用户设置前台显示创建时间 (#263)

This commit is contained in:
Redy
2021-09-23 11:19:17 +08:00
committed by GitHub
parent e7a08e5932
commit 39b1ac1705
2 changed files with 6 additions and 0 deletions
@@ -33,6 +33,7 @@
<th>{:lang('Total capacity')}</th>
<th>{:lang('Account status')}</th>
<th>{:lang('Register IP')}</th>
<th>{:lang('Create time')}</th>
<th>{:lang('Operation')}</th>
</tr>
</thead>
@@ -58,6 +59,7 @@
</select>
</td>
<td>{$value.reg_ip}</td>
<td>{$value.create_time}</td>
<td>
<div class="mdui-btn-group">
<button class="mdui-btn mdui-btn-raised mdui-btn-dense edit">{:lang('Edit')}</button>
@@ -15,6 +15,10 @@
<label class="mdui-textfield-label">{:lang('Mailbox')}</label>
<input class="mdui-textfield-input" type="email" value="{$user.email}" disabled/>
</div>
<div class="mdui-textfield">
<label class="mdui-textfield-label">{:lang('Create time')}</label>
<input class="mdui-textfield-input" type="text" value="{$user.create_time}" disabled/>
</div>
<div class="mdui-textfield">
<label class="mdui-textfield-label">Token</label>
<input class="mdui-textfield-input" type="text" value="{$user.token}" disabled/>