|
@@ -231,7 +231,7 @@ export default defineComponent({
|
|
|
noMemberNum: Math.floor(Math.random() * 1000),
|
|
|
noPassNum: Math.floor(Math.random() * 1000),
|
|
|
passNum: Math.floor(Math.random() * 1000),
|
|
|
- practiceRate: Math.ceil(Math.random() * 100)
|
|
|
+ practiceRate: parseFloat((Math.random() * 100).toFixed(2))
|
|
|
},
|
|
|
practiceThisWeeks: new Array(Math.ceil(Math.random() * 9)).fill(1).map((n, i) => {
|
|
|
return {
|