|
@@ -50,7 +50,7 @@
|
|
|
<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>
|
|
@@ -60,7 +60,7 @@
|
|
|
<td><%= account.name %></td>
|
|
|
<td><%= account.company %></td>
|
|
|
<td><%= account.role %></td>
|
|
|
- <td><% if (account.cooperation === 1) { %>启用<% } %></td>
|
|
|
+ <!--<td><% if (account.cooperation === 1) { %>启用<% } %></td>-->
|
|
|
<td class="text-center">
|
|
|
<% if (account.permission !== '' && account.permission !== null) { %>
|
|
|
<% const accountPermission = JSON.parse(account.permission); %>
|