| 
					
				 | 
			
			
				@@ -275,8 +275,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           @value-change="changeValues" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <template #action="props" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <a-popconfirm title="确定删除吗?" @confirm="handleDelete(props)" v-if="!(formData.id!==''&&formData.submit == '1')"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <a v-if="!(formData.id!==''&&formData.submit == '1')">删除(delete)</a> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <a-popconfirm title="确定删除吗?" @confirm="handleDelete(props)" v-if="!disabled"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <a >删除(delete)</a> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </a-popconfirm> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </j-vxe-table> 
			 |