luolei 5 years ago
parent
commit
c91319732a
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/html/qcList.html
  2. 1 1
      src/html/qcListDept.html
  3. 1 1
      src/html/qcListPerson.html

+ 1 - 1
src/html/qcList.html

@@ -85,7 +85,7 @@
                     <tr>
                         <td colspan="17">
                             <div class="tabFoot">
-                                <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
+                                <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="../images/icon_unchecked.png" alt="checkbox">全选</span>
                                 <span class="recordScoreBtn">评分</span>
                             </div>
                         </td>

+ 1 - 1
src/html/qcListDept.html

@@ -85,7 +85,7 @@
                     <tr>
                         <td colspan="17">
                             <div class="tabFoot">
-                                <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
+                                <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="../images/icon_unchecked.png" alt="checkbox">全选</span>
                                 <span class="recordScoreBtn">评分</span>
                             </div>
                         </td>

+ 1 - 1
src/html/qcListPerson.html

@@ -85,7 +85,7 @@
                     <tr>
                         <td colspan="17">
                             <div class="tabFoot">
-                                <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
+                                <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="../images/icon_unchecked.png" alt="checkbox">全选</span>
                                 <span class="recordScoreBtn">评分</span>
                             </div>
                         </td>