ant-design-vue/components/statistic/index.zh-CN.md

26 lines
1012 B
Markdown

## API
#### Statistic
| 参数 | 说明 | 类型 | 默认值 |
| -------- | ----------- | ---- | ------- |
| decimalSeparator | 设置小数点 | string | . |
| formatter | 自定义数值展示 | (h) => VNode | - |
| groupSeparator | 设置千分位标识符 | string | , |
| precision | 数值精度 | number | - |
| prefix | 设置数值的前缀 | string \| VNode | - |
| suffix | 设置数值的后缀 | string \| VNode | - |
| title | 数值的标题 | string \| VNode | - |
| value | 数值内容 | string \| number | - |
#### Statistic.Countdown
| 参数 | 说明 | 类型 | 默认值 |
| -------- | ----------- | ---- | ------- |
| format | 格式化倒计时展示,参考 [moment](http://momentjs.com/) | string | 'HH:mm:ss' |
| onFinish | 倒计时完成时触发 | () => void | - |
| prefix | 设置数值的前缀 | string \| VNode | - |
| suffix | 设置数值的后缀 | string \| VNode | - |
| title | 数值的标题 | string \| VNode | - |
| value | 数值内容 | number \| moment | - |