소스 검색

bug fixes

plf 3 년 전
부모
커밋
1903c992d2
1개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제
  1. 9 7
      src/main/webapp/WEB-INF/views/modules/order/qualification.jsp

+ 9 - 7
src/main/webapp/WEB-INF/views/modules/order/qualification.jsp

@@ -149,13 +149,15 @@
                     <th>操作</th>
                 </tr>
                 <c:forEach items="${logisticsRecords}" var="logistics" varStatus="index">
-                    <td>${logistics.shopName}</td>
-                    <td><img src="${logistics.image}" alt="" width="80px;height:auto;"></td>
-                    <td>${logistics.shopName}</td>
-                    <td>${logistics.num}</td>
-                    <td>${empty logistics.sn ? "无":logistics.sn}</td>
-                    <td>${logistics.isFile ? "已上传":"未上传"}</td>
-                    <td><a href="${ctx}/order/qualificationForm?recordId=${logistics.id}">上传资质</a></td>
+                    <tr>
+                        <td>${logistics.shopName}</td>
+                        <td><img src="${logistics.image}" alt="" width="80px;height:auto;"></td>
+                        <td>${logistics.shopName}</td>
+                        <td>${logistics.num}</td>
+                        <td>${empty logistics.sn ? "无":logistics.sn}</td>
+                        <td>${logistics.isFile ? "已上传":"未上传"}</td>
+                        <td><a href="${ctx}/order/qualificationForm?recordId=${logistics.id}">上传资质</a></td>
+                    </tr>
                 </c:forEach>
             </table><br><br><br><br>
             <div class="select-ship">