|  |  |  | @ -171,7 +171,32 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             <el-table-column label="医保编码" prop="ybbm"></el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-table-column label="药品编码" prop="nameCode"></el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-table> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-row style="text-align: right;font-size: 12px;margin-top: 10px"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-col span="24"> | 
			
		
	
		
			
				
					|  |  |  |  |               <div style="float: right"> | 
			
		
	
		
			
				
					|  |  |  |  |                 <td> | 
			
		
	
		
			
				
					|  |  |  |  |                   <div style="background-color: red;width: 10px;height: 10px;"></div> | 
			
		
	
		
			
				
					|  |  |  |  |                 </td> | 
			
		
	
		
			
				
					|  |  |  |  |                 <td> | 
			
		
	
		
			
				
					|  |  |  |  |                   <span style="color:red"><pre>未扫码  </pre></span> | 
			
		
	
		
			
				
					|  |  |  |  |                 </td> | 
			
		
	
		
			
				
					|  |  |  |  |                 <td> | 
			
		
	
		
			
				
					|  |  |  |  |                   <div style="background-color: orange;width: 10px;height: 10px;"></div> | 
			
		
	
		
			
				
					|  |  |  |  |                 </td> | 
			
		
	
		
			
				
					|  |  |  |  |                 <td> | 
			
		
	
		
			
				
					|  |  |  |  |                   <span style="color:orange"><pre>部分扫码  </pre></span> | 
			
		
	
		
			
				
					|  |  |  |  |                 </td> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |                 <td> | 
			
		
	
		
			
				
					|  |  |  |  |                   <div style="background-color: green;width: 10px;height: 10px;"></div> | 
			
		
	
		
			
				
					|  |  |  |  |                 </td> | 
			
		
	
		
			
				
					|  |  |  |  |                 <td> | 
			
		
	
		
			
				
					|  |  |  |  |                   <span style="color:green"><pre>已完全扫码</pre></span> | 
			
		
	
		
			
				
					|  |  |  |  |                 </td> | 
			
		
	
		
			
				
					|  |  |  |  |               </div> | 
			
		
	
		
			
				
					|  |  |  |  |             </el-col> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-row> | 
			
		
	
		
			
				
					|  |  |  |  |           <pagination | 
			
		
	
		
			
				
					|  |  |  |  |             v-show="busDataTotal>0" | 
			
		
	
		
			
				
					|  |  |  |  |             :total="busDataTotal" | 
			
		
	
	
		
			
				
					|  |  |  | @ -979,8 +1004,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         rowBackground.color = '#F56C6C' | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |       rowBackground.height = '38px' | 
			
		
	
		
			
				
					|  |  |  |  |       return rowBackground | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |       return rowBackground; | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     rowStyleBiz({row, rowIndex}) { | 
			
		
	
		
			
				
					|  |  |  |  |       let rowBackground = {} | 
			
		
	
	
		
			
				
					|  |  |  | @ -995,6 +1019,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |       rowBackground.height = '38px' | 
			
		
	
		
			
				
					|  |  |  |  |       return rowBackground | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |   watch: { | 
			
		
	
		
			
				
					|  |  |  |  |     resetKey(newVal, oldVal) { | 
			
		
	
	
		
			
				
					|  |  |  | 
 |