|  | @@ -286,7 +286,12 @@
 | 
											
												
													
														|  |          :fixed="item.fixed"
 |  |          :fixed="item.fixed"
 | 
											
												
													
														|  |          :show-overflow-tooltip="true"
 |  |          :show-overflow-tooltip="true"
 | 
											
												
													
														|  |          sortable
 |  |          sortable
 | 
											
												
													
														|  | -      />
 |  | 
 | 
											
												
													
														|  | 
 |  | +      >
 | 
											
												
													
														|  | 
 |  | +        <template slot-scope="scope">
 | 
											
												
													
														|  | 
 |  | +          <span v-if="item.label == 'refno3'">{{scope.row.refno3 ? scope.row.refno3 : scope.row.billNo}}</span>
 | 
											
												
													
														|  | 
 |  | +          <span v-else>{{ scope.row[item.label] }}</span>
 | 
											
												
													
														|  | 
 |  | +        </template>
 | 
											
												
													
														|  | 
 |  | +      </el-table-column>
 | 
											
												
													
														|  |        <!-- <el-table-column
 |  |        <!-- <el-table-column
 | 
											
												
													
														|  |          prop="refno1"
 |  |          prop="refno1"
 | 
											
												
													
														|  |          :show-overflow-tooltip="true"
 |  |          :show-overflow-tooltip="true"
 |