# Step 步骤条
基础用法
显示代码
Step 参数
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
active | 当前激活步骤 | Number | - | 0 |
finish-status | 完成状态样式 | String | wait process finish | finish |
process-status | 进行中状态样式 | String | wait process finish | process |
wait-status | 等待状态样式 | String | wait process finish | wait |
Step 事件
事件名称 | 说明 | 回调参数 |
---|---|---|
change | 步骤改变时触发 | active 当前步骤索引 |
StepItem 参数
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
title | 自定义标题内容 | String | - | - |
status | 自定义状态, 会覆盖step的status | String | wait process finish | - |
← Menu 菜单栏 Password 密码 →