|  |  |  | @ -25,12 +25,12 @@ | 
			
		
	
		
			
				
					|  |  |  |  |         </el-row> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         <el-alert | 
			
		
	
		
			
				
					|  |  |  |  |           style="margin-top: 15px" | 
			
		
	
		
			
				
					|  |  |  |  |           :title="msgTip" | 
			
		
	
		
			
				
					|  |  |  |  |           :closable="false" | 
			
		
	
		
			
				
					|  |  |  |  |           type="warning"> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-alert> | 
			
		
	
		
			
				
					|  |  |  |  |         <!--  <el-alert--> | 
			
		
	
		
			
				
					|  |  |  |  |         <!--  style="margin-top: 15px"--> | 
			
		
	
		
			
				
					|  |  |  |  |         <!--  :title="msgTip"--> | 
			
		
	
		
			
				
					|  |  |  |  |         <!--  :closable="false"--> | 
			
		
	
		
			
				
					|  |  |  |  |         <!--  type="warning">--> | 
			
		
	
		
			
				
					|  |  |  |  |         <!--</el-alert>--> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         <el-row :gutter="0" style="margin-top: 15px"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-col :span="24" align="right"> | 
			
		
	
	
		
			
				
					|  |  |  | @ -280,8 +280,8 @@ | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |               <div | 
			
		
	
		
			
				
					|  |  |  |  |                 style="display: flex; justify-content: space-between; align-items: center; height: 66px; /* 约为 200px 的 1/3 */" | 
			
		
	
		
			
				
					|  |  |  |  |                 @click="selectBusType(info.code)"> | 
			
		
	
		
			
				
					|  |  |  |  |                 <p style="font-size: 20px;background-color: #e1f3fb;font-weight: bold;">{{ info.name }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |                 @click="selectBusType(info.documentTypeCode)"> | 
			
		
	
		
			
				
					|  |  |  |  |                 <p style="font-size: 20px;background-color: #e1f3fb;font-weight: bold;">{{ info.busName }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |                 <!-- 假设你的信息对象中包含一个title属性 --> | 
			
		
	
		
			
				
					|  |  |  |  |                 <!--            <div style="width: 60px; height: 60px;  display: flex; justify-content: center; align-items: center;">--> | 
			
		
	
		
			
				
					|  |  |  |  |                 <!--              <!– 二维码占位,这里用灰色方块代替 –>--> | 
			
		
	
	
		
			
				
					|  |  |  | @ -291,11 +291,11 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                 <!--            </div>--> | 
			
		
	
		
			
				
					|  |  |  |  |               </div> | 
			
		
	
		
			
				
					|  |  |  |  |               <div style="flex: 1; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 10px;" | 
			
		
	
		
			
				
					|  |  |  |  |                    @click="selectBusType(info.code)"> | 
			
		
	
		
			
				
					|  |  |  |  |                    @click="selectBusType(info.documentTypeCode)"> | 
			
		
	
		
			
				
					|  |  |  |  |                 <!-- 假设这里有一些信息内容 --> | 
			
		
	
		
			
				
					|  |  |  |  |                 <p style="font-size: 14px;background-color: #e1f3fb">{{ info.code }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |                 <p style="font-size: 14px;background-color: #e1f3fb">{{ info.documentTypeCode }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-button type="primary" style="position: absolute; bottom: 20px; right: 20px;" icon="el-icon-thumb" | 
			
		
	
		
			
				
					|  |  |  |  |                            @click="selectBusType(info.code)">开始作业 | 
			
		
	
		
			
				
					|  |  |  |  |                            @click="selectBusType(info.documentTypeCode)">开始作业 | 
			
		
	
		
			
				
					|  |  |  |  |                 </el-button> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |               </div> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |