<el-progress stroke-width="10" :text-inside="true" :percentage="percentage"
:format="format(num)"></el-progress>
methods: {
format(e) {
return () => {
return this.num
}
}
}
<el-progress stroke-width="10" :text-inside="true" :percentage="percentage"
:format="format(num)"></el-progress>
methods: {
format(e) {
return () => {
return this.num
}
}
}