浏览代码

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">