| 
					
				 | 
			
			
				@@ -95,7 +95,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             @row-del="rowDel" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             @saveColumn="saveColumn" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <template slot="priceCategory" slot-scope="{row,index}"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <template slot="priceCategory" slot-scope="{ row, index}"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <goods-select 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 v-if="row.$cellEdit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 v-model="row.priceCategoryNames" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -105,7 +105,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </goods-select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <span v-else>{{ row.priceCategoryNames }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <template slot="itemType" slot-scope="{row,index}"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <template slot="itemType" slot-scope="{ row, index }"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <el-select 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 v-if="row.$cellEdit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 v-model="row.itemType" 
			 |