|  | @@ -112,6 +112,11 @@
 | 
	
		
			
				|  |  |                  <small slot="more">...</small>
 | 
	
		
			
				|  |  |                </avue-text-ellipsis>
 | 
	
		
			
				|  |  |              </template>
 | 
	
		
			
				|  |  | +            <template slot="remarks" slot-scope="scope">
 | 
	
		
			
				|  |  | +              <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
 | 
	
		
			
				|  |  | +                <small slot="more">...</small>
 | 
	
		
			
				|  |  | +              </avue-text-ellipsis>
 | 
	
		
			
				|  |  | +            </template>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              <template slot="menuLeft">
 | 
	
		
			
				|  |  |                <el-button type="warning" size="small" icon="el-icon-printer" @click="excelBox = true">导入
 |