|  | @ -1,6 +1,6 @@ | 
		
	
		
			
				|  |  | <template> |  |  | <template> | 
		
	
		
			
				|  |  |   <div id="operation-record" style=" background: #fff; padding: 10px 20px 50px 20px;page-break-after:always"> |  |  |   <div id="operation-record" style=" background: #fff; padding: 10px 20px 50px 20px;page-break-after:always"> | 
		
	
		
			
				|  |  |     <div v-if="!onlyRead && isPlatform" class="btnBox"> |  |  |  | 
		
	
		
			
				|  |  |  |  |  |     <div v-if="!onlyRead && isPlatform" class="btnBox_top"> | 
		
	
		
			
				|  |  |       <el-button v-print="'#threeFunc'" size="small" @click="handleSaveTable">打印</el-button> |  |  |       <el-button v-print="'#threeFunc'" size="small" @click="handleSaveTable">打印</el-button> | 
		
	
		
			
				|  |  |       <el-button type="primary" size="small" @click="handleSaveTable">保存</el-button> |  |  |       <el-button type="primary" size="small" @click="handleSaveTable">保存</el-button> | 
		
	
		
			
				|  |  |       <el-button type="danger" size="small" @click="formDelete">删除</el-button> |  |  |       <el-button type="danger" size="small" @click="formDelete">删除</el-button> | 
		
	
	
		
			
				|  | @ -649,6 +649,11 @@ export default { | 
		
	
		
			
				|  |  |   display: flex; |  |  |   display: flex; | 
		
	
		
			
				|  |  |   flex-wrap: wrap; |  |  |   flex-wrap: wrap; | 
		
	
		
			
				|  |  | } |  |  | } | 
		
	
		
			
				|  |  |  |  |  | .btnBox_top{ | 
		
	
		
			
				|  |  |  |  |  |   position: fixed; | 
		
	
		
			
				|  |  |  |  |  |   z-index: 999; | 
		
	
		
			
				|  |  |  |  |  |   right: 90px; | 
		
	
		
			
				|  |  |  |  |  | } | 
		
	
		
			
				|  |  | .btnBox{ |  |  | .btnBox{ | 
		
	
		
			
				|  |  |   display: flex; |  |  |   display: flex; | 
		
	
		
			
				|  |  |   justify-content: flex-end; |  |  |   justify-content: flex-end; | 
		
	
	
		
			
				|  | 
 |