|  | @ -131,6 +131,12 @@ | 
		
	
		
			
				|  |  |           </el-table-column> |  |  |           </el-table-column> | 
		
	
		
			
				|  |  |           <el-table-column prop="operation" label="操作" header-align="center" align="center" width="210"> |  |  |           <el-table-column prop="operation" label="操作" header-align="center" align="center" width="210"> | 
		
	
		
			
				|  |  |             <template slot-scope="scope"> |  |  |             <template slot-scope="scope"> | 
		
	
		
			
				|  |  |  |  |  |               <span | 
		
	
		
			
				|  |  |  |  |  |                 v-if="scope.row.patientStatus == '200'" | 
		
	
		
			
				|  |  |  |  |  |                 style="color: #1890ff; padding-right: 8px" | 
		
	
		
			
				|  |  |  |  |  |                 class="operation-details" | 
		
	
		
			
				|  |  |  |  |  |                 @click="handleCall(scope.row,'310')" | 
		
	
		
			
				|  |  |  |  |  |               >报到</span> | 
		
	
		
			
				|  |  |               <span |  |  |               <span | 
		
	
		
			
				|  |  |                 v-if="scope.row.patientStatus >= '300'" |  |  |                 v-if="scope.row.patientStatus >= '300'" | 
		
	
		
			
				|  |  |                 style="color: #1890ff; padding-right: 8px" |  |  |                 style="color: #1890ff; padding-right: 8px" | 
		
	
	
		
			
				|  | @ -321,6 +327,7 @@ export default { | 
		
	
		
			
				|  |  |         params: { |  |  |         params: { | 
		
	
		
			
				|  |  |           patientId: this.patientId, |  |  |           patientId: this.patientId, | 
		
	
		
			
				|  |  |           examItemId: examItemId, |  |  |           examItemId: examItemId, | 
		
	
		
			
				|  |  |  |  |  |           id: scopeRow.id, | 
		
	
		
			
				|  |  |           status: status, |  |  |           status: status, | 
		
	
		
			
				|  |  |           risNo: risNo |  |  |           risNo: risNo | 
		
	
		
			
				|  |  |         } |  |  |         } | 
		
	
	
		
			
				|  | 
 |