luolei před 4 roky
rodič
revize
e07dafe25c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/html/qcScore.html

+ 1 - 1
src/html/qcScore.html

@@ -267,7 +267,7 @@
                 {{each val}}
                 <tr code="${i}" {{if isReject==="1"}} class="high-light" {{/if}}>
                     <td style="text-indent: 14px;">${modelName}</td>
-                    <td><a href="javascript:void(0);" class="page-anchor" code="${id}">${standardMsg}</a></td>
+                    <td><a href="javascript:void(0);" class="page-anchor" code="${id}">${msg}</a></td>
                     <td class="red">${score}</td>
                 </tr>
                 {{/each}}