Browse Source

检测生成pdf报告

lizhen_gitee 7 months ago
parent
commit
5a922fab6d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/company/view/jiancepdf/getpdf.html

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

@@ -192,7 +192,7 @@
             </td>
             <td>
                 {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}
             </td>
         </tr>
@@ -210,7 +210,7 @@
             </td>
             <td>
                 {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}
             </td>
         </tr>