|  | @@ -296,7 +296,7 @@
 | 
	
		
			
				|  |  |                label="操作"
 | 
	
		
			
				|  |  |                fixed="right"
 | 
	
		
			
				|  |  |                header-align="center"
 | 
	
		
			
				|  |  | -              width="200px"
 | 
	
		
			
				|  |  | +              width="240px"
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  |                <template slot-scope="r">
 | 
	
		
			
				|  |  |                  <!-- <el-button v-if="
 | 
	
	
		
			
				|  | @@ -325,6 +325,7 @@
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                  <el-button
 | 
	
		
			
				|  |  |                    type="text"
 | 
	
		
			
				|  |  | +                  icon="el-icon-s-check"
 | 
	
		
			
				|  |  |                    @click="showRegister(r.row)"
 | 
	
		
			
				|  |  |                    v-if="showRegisterBtn(r.row)"
 | 
	
		
			
				|  |  |                    >任务登记</el-button
 | 
	
	
		
			
				|  | @@ -492,7 +493,6 @@ export default {
 | 
	
		
			
				|  |  |            userRoleId.find((ur) => taskRoleId.includes(ur)) &&
 | 
	
		
			
				|  |  |            checkPermi([
 | 
	
		
			
				|  |  |              "core:safetycheck:register",
 | 
	
		
			
				|  |  | -            "core:safetycheck:grant",
 | 
	
		
			
				|  |  |            ])) ||
 | 
	
		
			
				|  |  |            row.grantUserId === this.userId)
 | 
	
		
			
				|  |  |        );
 |