# 进度条
<sm-progress strokeColor="red" :style="{ width: '10%', display: 'inline-block' }" type="circle" :percent="80">
</sm-progress>
# Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
- | ||||
percent | 百分比 | number | string | - | - |
url | 服务地址 | string | - | - |
field | 指定服务响应数据中的字段 | string | - | - |
startTiming | 是否开启定时刷新 | boolean | - | false |
frequency | 请求间隔 | number | string | - | 3 |
type | 类型 | string | 'line' | 'circle' | 'dashboard' | 'line' |
strokeWidth | 进度条线的宽度 ( type=line ) | number | string | - | 6 |
strokeWidth | 进度条线的宽度 ( type=circle ) | number | string | - | 6 |
status | 状态 | number | string | 'normal' | 'success' | 'exception' | 'active' | 'normal' |
strokeColor | 进度条颜色 | string | - | - |