소스 검색

检测生成pdf报告

lizhen_gitee 6 달 전
부모
커밋
5a922fab6d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      application/company/view/jiancepdf/getpdf.html

+ 2 - 2
application/company/view/jiancepdf/getpdf.html

@@ -192,7 +192,7 @@
             </td>
             </td>
             <td>
             <td>
                 {foreach $child_type1.job.images as $image}
                 {foreach $child_type1.job.images as $image}
-                <a href="{$image}" target="_blank"><img src="{$image}" width="50" height="" /></a>
+                <img src="{$image}?imageView2/1/w/400/h/600/q/85" width="50" height="" />
                 {/foreach}
                 {/foreach}
             </td>
             </td>
         </tr>
         </tr>
@@ -210,7 +210,7 @@
             </td>
             </td>
             <td>
             <td>
                 {foreach $child_type2.job.images as $image}
                 {foreach $child_type2.job.images as $image}
-                <a href="{$image}" target="_blank"><img src="{$image}" width="50" height="" /></a>
+                <img src="{$image}?imageView2/1/w/400/h/600/q/85" width="50" height="" />
                 {/foreach}
                 {/foreach}
             </td>
             </td>
         </tr>
         </tr>