|
@@ -44,12 +44,12 @@
|
|
|
<table class="table table-hover table-bordered table-sm">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>账号</th>
|
|
|
- <th>姓名</th>
|
|
|
- <th>单位</th>
|
|
|
- <th>职位</th>
|
|
|
- <th>协作办公</th>
|
|
|
- <th>权限</th>
|
|
|
+ <th class="text-center">账号</th>
|
|
|
+ <th class="text-center">姓名</th>
|
|
|
+ <th class="text-center">单位</th>
|
|
|
+ <th class="text-center">职位</th>
|
|
|
+ <th class="text-center">协作办公</th>
|
|
|
+ <th class="text-center">权限</th>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<% for (const account of accountData) { %>
|
|
@@ -59,7 +59,7 @@
|
|
|
<td><%= account.company %></td>
|
|
|
<td><%= account.role %></td>
|
|
|
<td><% if (account.cooperation === 1) { %>启用<% } %></td>
|
|
|
- <td>
|
|
|
+ <td class="text-center">
|
|
|
<% if (account.permission !== '' && account.permission !== null) { %>
|
|
|
<% const accountPermission = JSON.parse(account.permission); %>
|
|
|
<% for(const ap in accountPermission) { %>
|