|  | @@ -311,14 +311,14 @@
 | 
	
		
			
				|  |  |                  <el-button
 | 
	
		
			
				|  |  |                    type="text"
 | 
	
		
			
				|  |  |                    @click="showDetail(r.row)"
 | 
	
		
			
				|  |  | -                  v-hasPermi="['resumption:taskManager:query']"
 | 
	
		
			
				|  |  | +                  v-hasPermi="['core:task:query']"
 | 
	
		
			
				|  |  |                    >详情</el-button
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                  <el-button
 | 
	
		
			
				|  |  |                    type="text"
 | 
	
		
			
				|  |  |                    @click="showscanRecord(r.row)"
 | 
	
		
			
				|  |  |                    v-if="r.row.status == 2 || r.row.status == 3"
 | 
	
		
			
				|  |  | -                  v-hasPermi="['resumption:taskManager:query']"
 | 
	
		
			
				|  |  | +                  v-hasPermi="['core:task:query']"
 | 
	
		
			
				|  |  |                    >扫描记录</el-button
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                  <el-button
 |