Просмотр исходного кода

用户管理表头再次更改

laiguoran 6 лет назад
Родитель
Сommit
7978e1b195
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      web/users/views/user/index.html

+ 5 - 3
web/users/views/user/index.html

@@ -97,10 +97,11 @@
                     <th width="10%">姓名</th>
                     <th width="20%">企业名称</th>
                     <th width="10%">企业地区</th>
-                    <th width="10%">最近使用 </th>
+                    <th width="12%">最近使用 </th>
                     <!--<th width="10%">在线时长(<%= filter.loginMsg === undefined ? '所有' : filter.loginMsg %>)</th>-->
                     <th width="10%">累计时长</th>
-                    <th width="15%">注册时间 / 最近登录</th>
+                    <th width="10%">注册时间</th>
+                    <th width="10%">最近登录</th>
                     <% if (manager.superAdmin == 1) { %>
                     <th>操作</th>
                     <% }%>
@@ -116,7 +117,8 @@
                     <td><%= model.province[user.province] %></td>
                     <td><%= compilationMap[user.latest_used]?compilationMap[user.latest_used].name:""%></td>
                     <td><a onclick="getOnlineInfo('<%= user._doc.filter%>')" href="#time-detail" data-toggle="modal" data-target="#time-detail"><%= user._doc.online_times %></a></td>
-                    <td><%= moment(user.create_time).format('YYYY-MM-DD HH:mm:ss') %><br><%= user.latest_login?moment(user.latest_login).format('YYYY-MM-DD HH:mm:ss'):"" %></td>
+                    <td><%= moment(user.create_time).format('YYYY-MM-DD HH:mm:ss') %></td>
+                    <td><%= user.latest_login?moment(user.latest_login).format('YYYY-MM-DD HH:mm:ss'):"" %></td>
                     <!--<td><a role="button" data-toggle="modal" data-target="#view" onclick='getUserInfo("<%= user._id.toString()%>")'>详细</a></td>-->
                     <% if (manager.superAdmin == 1) { %>
                     <td>