|  | @@ -140,7 +140,7 @@
 | 
	
		
			
				|  |  |                style="margin-left: 10px;"
 | 
	
		
			
				|  |  |                v-if="scope.row.invoiceSource == 2"
 | 
	
		
			
				|  |  |                @click="openRelatedOrders(scope.row)"
 | 
	
		
			
				|  |  | -            >{{ scope.row.orderId ? '重新关联订单': '关联订单' }}</el-button>
 | 
	
		
			
				|  |  | +            >{{ scope.row.orderId && scope.row.orderId != '0'  ? '重新关联订单': '关联订单' }}</el-button>
 | 
	
		
			
				|  |  |            </span>
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  |        </el-table-column>
 |