| 
														
															@@ -187,9 +187,9 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       <!-- 折扣 --> 
														 | 
														
														 | 
														
															       <!-- 折扣 --> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       <template slot="discountPrice" slot-scope="text, record"> 
														 | 
														
														 | 
														
															       <template slot="discountPrice" slot-scope="text, record"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <div v-if="record.promotionFlag=='DISCOUNT'&&detailData"> 
														 | 
														
														 | 
														
															         <div v-if="record.promotionFlag=='DISCOUNT'&&detailData"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          <span v-if="detailData.buyerLevel=='PROVINCE'">{{ record.provinceDiscount }}%</span> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          <span v-if="detailData.buyerLevel=='CITY'">{{ record.cityDiscount }}%</span> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          <span v-if="detailData.buyerLevel=='SPECIAL'">{{ record.specialDiscount }}%</span> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          <span v-if="detailData.buyerLevel=='PROVINCE'">{{ record.provinceDiscount*100 }}%</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          <span v-if="detailData.buyerLevel=='CITY'">{{ record.cityDiscount*100 }}%</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          <span v-if="detailData.buyerLevel=='SPECIAL'">{{ record.specialDiscount*100 }}%</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </div> 
														 | 
														
														 | 
														
															         </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <div v-else>--</div> 
														 | 
														
														 | 
														
															         <div v-else>--</div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </template> 
														 | 
														
														 | 
														
															       </template> 
														 |