提交 6e03578b 编写于 作者: L luoweibin

删除值列

Signed-off-by: Nluoweibin <luoweibin3@huawei.com>
Change-Id: Ieb827f2d009c3d694a723194ea8ccf01b6c3c2fb
上级 7822d7ca
......@@ -28,12 +28,12 @@ StepperItem()
## ItemState
| Name | Value | Description|
| -------- | -------- |-------- |
| Normal | 0 |The button on the right is clickable and can navigate users to the next **\<StepperItem>** when it is clicked.|
| Disabled | 1 |The button on the right is disabled.|
| Waiting | 2 | The button on the right is not displayed, and a progress bar is displayed instead.|
| Skip | 3 |The button on the right reads "Skip" by default. You can define the processing logic for this state in the **onSkip** callback of the stepper.|
| Name | Description|
| -------- |-------- |
| Normal |The button on the right is clickable and can navigate users to the next **\<StepperItem>** when it is clicked.|
| Disabled |The button on the right is disabled.|
| Waiting | The button on the right is not displayed, and a progress bar is displayed instead.|
| Skip |The button on the right reads "Skip" by default. You can define the processing logic for this state in the **onSkip** callback of the stepper.|
## Example
......
......@@ -28,12 +28,12 @@ StepperItem()
## ItemState枚举说明
| 名称 | 值 | 描述 |
| -------- | -------- |-------- |
| Normal | 0 |正常状态,右侧文本按钮正常显示,可点击进入下一个StepperItem。 |
| Disabled | 1 |不可用状态,右侧文本按钮灰度显示,不可点击进入下一个StepperItem。 |
| Waiting | 2 | 等待状态,右侧文本按钮不显示,显示等待进度条,不可点击进入下一个StepperItem。 |
| Skip | 3 |跳过状态,右侧文本按钮默认显示“跳过”,此时可在Stepper的onSkip回调中自定义相关逻辑。 |
| 名称 | 描述 |
| -------- |-------- |
| Normal |正常状态,右侧文本按钮正常显示,可点击进入下一个StepperItem。 |
| Disabled |不可用状态,右侧文本按钮灰度显示,不可点击进入下一个StepperItem。 |
| Waiting | 等待状态,右侧文本按钮不显示,显示等待进度条,不可点击进入下一个StepperItem。 |
| Skip |跳过状态,右侧文本按钮默认显示“跳过”,此时可在Stepper的onSkip回调中自定义相关逻辑。 |
## 示例
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册