|  | @ -5,7 +5,7 @@ | 
		
	
		
			
				|  |  |       <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="handleDelete">删除</el-button> |  |  |       <el-button type="danger" size="small" @click="handleDelete">删除</el-button> | 
		
	
		
			
				|  |  |     </div> |  |  |     </div> | 
		
	
		
			
				|  |  |     <div id="threeFunc" style="width: 840px;padding-right: 8px"> |  |  |  | 
		
	
		
			
				|  |  |  |  |  |     <div id="development" style="width: 840px;padding-right: 8px"> | 
		
	
		
			
				|  |  |       <div class="flex j-c"> |  |  |       <div class="flex j-c"> | 
		
	
		
			
				|  |  |         <img width="450" src="@/assets/img/xianganlogo.png"> |  |  |         <img width="450" src="@/assets/img/xianganlogo.png"> | 
		
	
		
			
				|  |  |       </div> |  |  |       </div> | 
		
	
	
		
			
				|  | @ -321,7 +321,7 @@ export default { | 
		
	
		
			
				|  |  |   data() { |  |  |   data() { | 
		
	
		
			
				|  |  |     return { |  |  |     return { | 
		
	
		
			
				|  |  |       printObj: { |  |  |       printObj: { | 
		
	
		
			
				|  |  |         id: 'threeFunc', |  |  |  | 
		
	
		
			
				|  |  |  |  |  |         id: 'development', | 
		
	
		
			
				|  |  |         extraHead: '<meta http-equiv="Content-Language"content="zh-cn"/>,<style>  #printId { width: 100%; !important; }  .el-input__prefix { display: none } <style>' |  |  |         extraHead: '<meta http-equiv="Content-Language"content="zh-cn"/>,<style>  #printId { width: 100%; !important; }  .el-input__prefix { display: none } <style>' | 
		
	
		
			
				|  |  |       }, |  |  |       }, | 
		
	
		
			
				|  |  |       dataForm: { |  |  |       dataForm: { | 
		
	
	
		
			
				|  | @ -608,7 +608,7 @@ export default { | 
		
	
		
			
				|  |  |       } |  |  |       } | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |     handlePrint() { |  |  |     handlePrint() { | 
		
	
		
			
				|  |  |       this.printPage('threeFunc') |  |  |  | 
		
	
		
			
				|  |  |  |  |  |       this.printPage('development') | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |     handleSaveTable() { |  |  |     handleSaveTable() { | 
		
	
		
			
				|  |  |       this.$http.post('/qgfyda/saveQgfyda', this.dataForm).then(({ data: res }) => { |  |  |       this.$http.post('/qgfyda/saveQgfyda', this.dataForm).then(({ data: res }) => { | 
		
	
	
		
			
				|  | @ -629,7 +629,13 @@ export default { | 
		
	
		
			
				|  |  | } |  |  | } | 
		
	
		
			
				|  |  | </script> |  |  | </script> | 
		
	
		
			
				|  |  | <style lang="scss"> |  |  | <style lang="scss"> | 
		
	
		
			
				|  |  | #threeFunc { |  |  |  | 
		
	
		
			
				|  |  |  |  |  | #development { | 
		
	
		
			
				|  |  |  |  |  |   .el-input__inner { | 
		
	
		
			
				|  |  |  |  |  |     border: none; | 
		
	
		
			
				|  |  |  |  |  |     height: 26px !important; | 
		
	
		
			
				|  |  |  |  |  |     line-height: 26px !important; | 
		
	
		
			
				|  |  |  |  |  |     text-align: center; | 
		
	
		
			
				|  |  |  |  |  |   } | 
		
	
		
			
				|  |  |   .el-input__suffix, .el-input__prefix { |  |  |   .el-input__suffix, .el-input__prefix { | 
		
	
		
			
				|  |  |     display: none; |  |  |     display: none; | 
		
	
		
			
				|  |  |   } |  |  |   } | 
		
	
	
		
			
				|  | @ -651,12 +657,6 @@ export default { | 
		
	
		
			
				|  |  |   justify-content: center; |  |  |   justify-content: center; | 
		
	
		
			
				|  |  | } |  |  | } | 
		
	
		
			
				|  |  | .operation-record-table{ |  |  | .operation-record-table{ | 
		
	
		
			
				|  |  |   .el-input__inner { |  |  |  | 
		
	
		
			
				|  |  |     border: none; |  |  |  | 
		
	
		
			
				|  |  |     height: 26px !important; |  |  |  | 
		
	
		
			
				|  |  |     line-height: 26px !important; |  |  |  | 
		
	
		
			
				|  |  |     text-align: center; |  |  |  | 
		
	
		
			
				|  |  |   } |  |  |  | 
		
	
		
			
				|  |  |   .el-input-group__append, .el-input-group__prepend{ |  |  |   .el-input-group__append, .el-input-group__prepend{ | 
		
	
		
			
				|  |  |     background-color: transparent; |  |  |     background-color: transparent; | 
		
	
		
			
				|  |  |     color: #606266; |  |  |     color: #606266; | 
		
	
	
		
			
				|  | @ -690,12 +690,6 @@ export default { | 
		
	
		
			
				|  |  |       color: #46a1ff; |  |  |       color: #46a1ff; | 
		
	
		
			
				|  |  |       font-weight: 400; |  |  |       font-weight: 400; | 
		
	
		
			
				|  |  |     } |  |  |     } | 
		
	
		
			
				|  |  |     .el-input__inner { |  |  |  | 
		
	
		
			
				|  |  |       border: none; |  |  |  | 
		
	
		
			
				|  |  |       height: 26px !important; |  |  |  | 
		
	
		
			
				|  |  |       line-height: 26px !important; |  |  |  | 
		
	
		
			
				|  |  |       text-align: center; |  |  |  | 
		
	
		
			
				|  |  |     } |  |  |  | 
		
	
		
			
				|  |  |     .el-input__inner { |  |  |     .el-input__inner { | 
		
	
		
			
				|  |  |       border-bottom: 1px solid #ccc; |  |  |       border-bottom: 1px solid #ccc; | 
		
	
		
			
				|  |  |       border-radius: 0; |  |  |       border-radius: 0; | 
		
	
	
		
			
				|  | 
 |