24 lines
		
	
	
		
			994 B
		
	
	
	
		
			Markdown
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			994 B
		
	
	
	
		
			Markdown
		
	
	
---
 | 
						|
category: Components
 | 
						|
type: Feedback
 | 
						|
title: Result
 | 
						|
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*-e2IRroDJyEAAAAAAAAAAAAADrJ8AQ/original
 | 
						|
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*-0kxQrbHx2kAAAAAAAAAAAAADrJ8AQ/original
 | 
						|
---
 | 
						|
 | 
						|
Used to feed back the results of a series of operational tasks.
 | 
						|
 | 
						|
## When To Use
 | 
						|
 | 
						|
Use when important operations need to inform the user to process the results and the feedback is more complicated.
 | 
						|
 | 
						|
## API
 | 
						|
 | 
						|
| Property | Description | Type | Default |  |  |  |  |  |  |
 | 
						|
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
 | 
						|
| extra | operating area | slot | - |  |  |  |  |  |  |
 | 
						|
| icon | custom back icon | slot | - |  |  |  |  |  |  |
 | 
						|
| status | result status,decide icons and colors | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | 'info' |
 | 
						|
| subTitle | subTitle string | string \| VNode \| slot | - |  |  |  |  |  |  |
 | 
						|
| title | title string | string \| VNode \| slot | - |  |  |  |  |  |  |
 |