zhouna 4 年之前
父节点
当前提交
8d35578783
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/html/qcScore.html

+ 3 - 3
src/html/qcScore.html

@@ -281,11 +281,11 @@
                 <tr><td colspan="3" class="slide-up">${i}</td></tr>
                 {{each val}}
                 <tr code="${i}" {{if isReject==="1"}} class="high-light" {{/if}}>
-                    <td style="text-indent: 14px;">${modelName}</td>
+                    <td style="text-indent: 14px; {{if isDeleted=='Y'}}  text-decoration:line-through;  {{/if}}">${modelName}</td>
                     <td>
-                        <a href="javascript:void(0);" class="page-anchor page-anchor-hover" code="${id}">${msg}</a>
+                        <a href="javascript:void(0);" class="page-anchor page-anchor-hover" {{if isDeleted=='Y'}}  style="text-decoration:line-through;"  {{/if}} code="${id}">${msg}</a>
                     </td>
-                    <td class="red">${score}</td>
+                    <td class="red" {{if isDeleted=='Y'}}  style="text-decoration:line-through;"  {{/if}}>${score}</td>
                 </tr>
                 {{/each}}
                 {{/each}}