From d18f447f4279a44112783ce44933300f7b9b5daf Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 02 Aug 2021 20:19:36 +0800
Subject: [PATCH] 新增保安人员个人照片上传,展示

---
 public/papers.html |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/public/papers.html b/public/papers.html
index a3fba99..93b2421 100644
--- a/public/papers.html
+++ b/public/papers.html
@@ -38,6 +38,11 @@
             width: 140px;
             height: 190px;
         }
+        
+        .my-picture {
+            width: 150px;
+            /* height: 200px; */
+        }
     </style>
     <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
     <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
@@ -127,7 +132,7 @@
                             <td width="150px">身份证号</td>
                             <td width="150px">${data.idCardNo}</td>
                             <td rowspan="4" align="center" width="150px"">
-                                照片
+                                <img class="my-picture" src="${data.myPicture}" />
                             </td>
                         </tr>
 

--
Gitblit v1.9.3