路由跳转按钮,用于导航至指定页面或者打开Drawer页面。此组件会自己创建drawer实例,不需要指定drawer实例。
## 属性
| 参数 | 说明 | 类型 | 可选值 | 默认值
| --- | --- | --- | --- | ---
| url | 请求的url,支持sync修饰 | string | |
| route-type | 路由类型 | string | self:当前页面跳转; drawer:draweriframe方式加载, blank:新页面打开, hash:更改地址栏hash地址,tab:以首页tab页方式打开,参数对象通过tab-param参数传入。download:直接下载型按钮 | drawer
| confirm | 返回时是否弹出确认框 | boolean| | false
| confirm-message | 弹出的请求框内容 | string | 未提交的数据将会消失,是否确定这样做? |
| drawer-title | drawer显示的标题 | string | | iframe加载页面的title
| drawer-size | drawer显示的宽度大小 | string|number | | '30%'
| confirm-button-text | 确认框的确定按钮显示文本 | string| | 确定
| cancel-button-text | 确认框的取消按钮显示文本 | string| | 取消
| tab-param | tab方式打开时传入的参数对象:{ id,url,title,icon } | object | |
| 其他 | 支持所有el-button属性 | | |
## 事件
无
- 序言
- 安装
- 组件查询
- 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说明