Przeglądaj źródła

巡检功能更新

ellisran 5 dni temu
rodzic
commit
d0db1cb75f

+ 1 - 1
app/view/quality/inspection_information.ejs

@@ -295,7 +295,7 @@
                                                 </li>
                                             <% } else if(idx === inspection.auditors2.length -1 && idx !== 0) { %>
                                                 <li class="list-group-item d-flex justify-content-between align-items-center" data-auditorid="<%- item[0].aid %>">
-                                                    <span class="mr-1"><i class="fa <% if (inspection.rectification_uid && inspection.rectification_user) { %>fa-play-circle fa-rotate-90<% } else { %>fa-stop-circle<% } %>"></i></span>
+                                                    <span class="mr-1"><i class="fa <% if (inspection.rectification_uid && inspection.rectification_user) { %>fa-chevron-circle-down<% } else { %>fa-stop-circle<% } %>"></i></span>
                                                     <span class="text-muted">
                                                         <% for (const u of item) { %>
                                                             <small class="d-inline-block text-dark mx-1" title="<%- u.role %>" data-auditorId="<%- u.aid %>"><%- u.name %></small>

+ 1 - 1
app/view/safe/inspection_information.ejs

@@ -295,7 +295,7 @@
                                                     </li>
                                                 <% } else if(idx === inspection.auditors2.length -1 && idx !== 0) { %>
                                                     <li class="list-group-item d-flex justify-content-between align-items-center" data-auditorid="<%- item[0].aid %>">
-                                                        <span class="mr-1"><i class="fa <% if (inspection.rectification_uid && inspection.rectification_user) { %>fa-play-circle fa-rotate-90<% } else { %>fa-stop-circle<% } %>"></i></span>
+                                                        <span class="mr-1"><i class="fa <% if (inspection.rectification_uid && inspection.rectification_user) { %>fa-chevron-circle-down<% } else { %>fa-stop-circle<% } %>"></i></span>
                                                         <span class="text-muted">
                                                             <% for (const u of item) { %>
                                                                 <small class="d-inline-block text-dark mx-1" title="<%- u.role %>" data-auditorId="<%- u.aid %>"><%- u.name %></small>