mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	fix: vben codegen antdv 4.0
This commit is contained in:
		@@ -73,7 +73,7 @@ async function handleDelete(record: Recordable) {
 | 
				
			|||||||
              { icon: IconEnum.EDIT, label: t('action.edit'), auth: '${permissionPrefix}:update', onClick: handleEdit.bind(null, record) },
 | 
					              { icon: IconEnum.EDIT, label: t('action.edit'), auth: '${permissionPrefix}:update', onClick: handleEdit.bind(null, record) },
 | 
				
			||||||
              {
 | 
					              {
 | 
				
			||||||
                icon: IconEnum.DELETE,
 | 
					                icon: IconEnum.DELETE,
 | 
				
			||||||
                color: 'error',
 | 
					                danger: true,
 | 
				
			||||||
                label: t('action.delete'),
 | 
					                label: t('action.delete'),
 | 
				
			||||||
                auth: '${permissionPrefix}:delete',
 | 
					                auth: '${permissionPrefix}:delete',
 | 
				
			||||||
                popConfirm: {
 | 
					                popConfirm: {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user