|  | @@ -166,6 +166,11 @@
 | 
											
												
													
														|  |              <p>{{JSON.parse(scope.row.jsonInfo).barCode}}</p>
 |  |              <p>{{JSON.parse(scope.row.jsonInfo).barCode}}</p>
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
												
													
														|  |          </el-table-column>
 |  |          </el-table-column>
 | 
											
												
													
														|  | 
 |  | +        <el-table-column label="商品组合编码" width="300" align="center">
 | 
											
												
													
														|  | 
 |  | +          <template slot-scope="scope">
 | 
											
												
													
														|  | 
 |  | +            <p>{{JSON.parse(scope.row.jsonInfo).groupBarCode}}</p>
 | 
											
												
													
														|  | 
 |  | +          </template>
 | 
											
												
													
														|  | 
 |  | +        </el-table-column>
 | 
											
												
													
														|  |          <el-table-column label="商品名称" width="300" align="center">
 |  |          <el-table-column label="商品名称" width="300" align="center">
 | 
											
												
													
														|  |            <template slot-scope="scope">
 |  |            <template slot-scope="scope">
 | 
											
												
													
														|  |              <p>{{JSON.parse(scope.row.jsonInfo).productName}}</p>
 |  |              <p>{{JSON.parse(scope.row.jsonInfo).productName}}</p>
 |