Explorar o código

隐藏协作办公

MaiXinRong hai 3 meses
pai
achega
988591ce9a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/view/setting/user_permission.ejs

+ 2 - 2
app/view/setting/user_permission.ejs

@@ -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); %>