Browse Source

参数改为msg

luolei 4 years ago
parent
commit
e07dafe25c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/html/qcScore.html

+ 1 - 1
src/html/qcScore.html

@@ -267,7 +267,7 @@
                 {{each val}}
                 {{each val}}
                 <tr code="${i}" {{if isReject==="1"}} class="high-light" {{/if}}>
                 <tr code="${i}" {{if isReject==="1"}} class="high-light" {{/if}}>
                     <td style="text-indent: 14px;">${modelName}</td>
                     <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>
                     <td class="red">${score}</td>
                 </tr>
                 </tr>
                 {{/each}}
                 {{/each}}