Browse Source

feat:调整订单打印模版

Moss 1 year ago
parent
commit
371876772a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/mallManagement/order/order_list/index.vue

+ 1 - 1
src/views/mallManagement/order/order_list/index.vue

@@ -1622,7 +1622,7 @@ export default {
 		  	<div>摘要: ${data.payType}</div>
 		  	<div>摘要: ${data.payType}</div>
 		  </div>
 		  </div>
 		  <div style="display: flex;font-size: 16px;margin-bottom: 10px;">
 		  <div style="display: flex;font-size: 16px;margin-bottom: 10px;">
-		  	<div>联系电话: ${data.recePhone}</div>
+		  	<div style="flex-shrink: 0;">联系电话: ${data.recePhone}</div>
 		  	<div style="margin-left: 50px;">收货地址: ${data.province}${data.city}${data.area}${data.street}${data.receAddress}</div>
 		  	<div style="margin-left: 50px;">收货地址: ${data.province}${data.city}${data.area}${data.street}${data.receAddress}</div>
 		  </div>
 		  </div>
 	      <div >
 	      <div >