|
@@ -93,13 +93,14 @@
|
|
|
<table class="table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th width="200">注册手机/邮箱</th>
|
|
|
- <th width="90">姓名</th>
|
|
|
- <th>企业名称</th>
|
|
|
- <th width="90">企业地区</th>
|
|
|
- <th width="130">最近使用费用定额</th>
|
|
|
- <th width="150">在线时长(<%= filter.loginMsg === undefined ? '所有' : filter.loginMsg %>)</th>
|
|
|
- <th width="180">注册时间 / 最近登录</th>
|
|
|
+ <th width="15%">注册手机/邮箱</th>
|
|
|
+ <th width="10%">姓名</th>
|
|
|
+ <th width="20%">企业名称</th>
|
|
|
+ <th width="10%">企业地区</th>
|
|
|
+ <th width="10%">最近使用</th>
|
|
|
+ <!--<th width="10%">在线时长(<%= filter.loginMsg === undefined ? '所有' : filter.loginMsg %>)</th>-->
|
|
|
+ <th width="10%">累计时长</th>
|
|
|
+ <th width="15%">注册时间 / 最近登录</th>
|
|
|
<% if (manager.superAdmin == 1) { %>
|
|
|
<th>操作</th>
|
|
|
<% }%>
|