|  | @@ -17,9 +17,9 @@
 | 
	
		
			
				|  |  |              <dict-tag :options="dict.type.letter_status" :value="formData.status"/>
 | 
	
		
			
				|  |  |            </el-descriptions-item>
 | 
	
		
			
				|  |  |            <el-descriptions-item label="介绍信编号">{{formData.letterNo}}</el-descriptions-item>
 | 
	
		
			
				|  |  | -          <el-descriptions-item label="接待机构">
 | 
	
		
			
				|  |  | +<!--          <el-descriptions-item label="接待机构">
 | 
	
		
			
				|  |  |              {{formData.receptionOrgNames}}
 | 
	
		
			
				|  |  | -          </el-descriptions-item>
 | 
	
		
			
				|  |  | +          </el-descriptions-item>-->
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -253,7 +253,7 @@ export default {
 | 
	
		
			
				|  |  |  <style scoped>
 | 
	
		
			
				|  |  |  .ellipsis-tooltip {
 | 
	
		
			
				|  |  |    display: inline-block;
 | 
	
		
			
				|  |  | -  max-width: 900px;
 | 
	
		
			
				|  |  | +  max-width: 250px;
 | 
	
		
			
				|  |  |    white-space: nowrap;
 | 
	
		
			
				|  |  |    overflow: hidden;
 | 
	
		
			
				|  |  |    text-overflow: ellipsis;
 |