DataProgress 数据展示
... 2021-7-29 Less than 1 minute
<avue-data-progress :option="option"></avue-data-progress>
<script>
export default {
data(){
return {
option: {
span:6,
data: [
{
click: function (item) {
alert(JSON.stringify(item));
},
title: '转化率(日同比 28%)',
color: 'rgb(178, 159, 255)',
count: 32,
href:'https://avuejs.com',
target:'_blank'
},
{
click: function (item) {
alert(JSON.stringify(item));
},
title: '签到率(日同比 11%)',
color:'rgb(230, 71, 88)',
count: 32,
href:'https://avuejs.com',
target:'_blank'
},
{
click: function (item) {
alert(JSON.stringify(item));
},
title: 'CPU使用率',
color:'rgb(27, 201, 142)',
count: 56,
href:'https://avuejs.com',
target:'_blank'
},
{
click: function (item) {
alert(JSON.stringify(item));
},
title: '使用人数',
color:'red',
count: 56,
href:'https://avuejs.com',
target:'_blank'
}
]
},
}
}
}
</script>
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
animation | 是否动画 | Boolean | false/true | true |
decimals | 小数点位数 | Number | — | 0 |
span | 栅格数 | String | — | 8 |
data | 数据 | Array | — | - |
This app can be installed on your PC or mobile device. This will allow this web app to look and behave like any other installed app. You will find it in your app lists and be able to pin it to your home screen, start menus or task bars. This installed web app will also be able to safely interact with other apps and your operating system.