详情显示组件
## 属性
| 参数 | 说明 | 类型 | 可选值 | 默认值
| --- | --- | --- | --- | ---
| api | 点击后请求的api地址 | string | 必填 |
| api-method | 请求方法 | string | get,post,put,delete | post
| api-param | 请求参数 | object | |
| data | 当前数据对象,支持初始化,支持sync修饰,用来获取当前请求后的数据 | object | |
| init-data | 初始化内容 | object | |
| 其他 | 支持所有el-descriptions属性 | | |
## 事件
| 事件 | 说明 | 参数
| --- | --- | ---
| api-after | 请求方法 | response:响应内容。
| 其他 | 支持所有el-descriptions事件 |
## 插槽
支持el-descriptions插槽
- 序言
- 安装
- 组件查询
- buttons
- WdApiButton
- WdDrawerButton
- WdRefreshButton
- WdRouteButton
- WdConfirmButton
- datagrid
- WdDatagrid
- WdGridDeleteButton
- WdGridEnableButton
- editgrid
- WdEditgrid
- WdEditgridCell
- element
- WdCard
- WdCollapse
- WdDrawerIframe
- WdIframe
- WdLabel
- WdSplitLabel
- WdDetail
- WdToolBar
- WdRepeater
- WdApiManager
- form
- WdDataForm
- WdSelect
- WdRadioList
- WdCheckboxList
- WdUploadImage
- search
- WdSearchCheckbox
- WdSearchDatepick
- WdSearchForm
- WdSearchInput
- WdSearchRadio
- WdSearchSelect
- tree
- WdTree
- 内置服务
- ajax服务
- 消息服务
- 框架方法
- tab操作
- 其他
- demo说明