更改:后台管理用户真实姓名改为昵称
This commit is contained in:
parent
83f1263f85
commit
6383384287
|
@ -2,7 +2,7 @@
|
||||||
<thead class="thead-light">
|
<thead class="thead-light">
|
||||||
<tr>
|
<tr>
|
||||||
<th width="4%">序号</th>
|
<th width="4%">序号</th>
|
||||||
<th width="8%" class="text-left">真实姓名</th>
|
<th width="8%" class="text-left">昵称</th>
|
||||||
<th width="13%">邮件地址</th>
|
<th width="13%">邮件地址</th>
|
||||||
<th width="10%">手机号码</th>
|
<th width="10%">手机号码</th>
|
||||||
<th width="7%">角色</th>
|
<th width="7%">角色</th>
|
||||||
|
|
Loading…
Reference in New Issue