Selaa lähdekoodia

订单列表页面,增加显示第三方商铺的图标

xian 5 vuotta sitten
vanhempi
commit
5f68b903d0

+ 3 - 3
watero-rst-web/src/main/webapp/WEB-INF/views/order/salesOrder/sales_order_list.ftl

@@ -203,11 +203,11 @@
                     </td>
                     <td>
                         <#if (order.storeName)?? && (order.storeName?index_of("京东") != -1)>
-                            <img style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/jd.png">
+                            <img title="来自:${(order.storeName)!}" style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/jd.png">
                         <#elseif (order.storeName)?? && (order.storeName?index_of("天猫") != -1)>
-                            <img style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/tm.png">
+                            <img title="来自:${(order.storeName)!}" style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/tm.png">
                         <#elseif (order.storeName)?? && (order.storeName?index_of("淘宝") != -1)>
-                            <img style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/tb.png">
+                            <img title="来自:${(order.storeName)!}" style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/tb.png">
                         </#if>
                         ${order.salesDealCode!''}
                     </td>