Skip to content

Steps 步骤条

基础用法

简单的步骤条。

设置状态

通过status设置当前步骤的状态,通过finishStatus设置已完成步骤的状态

竖式步骤条

竖直方向的步骤条。

Steps Props

属性名说明类型可选值默认值
v-model/modelValue标题string
direction方向stringhorizontal/verticalhorizontal
status当前步骤的状态stringwait/process/finish/errorinfo
finishStatus步骤结束的状态stringwait/success/process/finish/errorinfo

Step Props

属性名说明类型可选值默认值
header标题string
description描述string
status步骤的状态stringwait/process/finish/errorwait