Commit 844447fd authored by 罗超's avatar 罗超

1

parent aa245f5f
......@@ -121,7 +121,7 @@
<template v-slot:body-cell-Rate="props">
<q-td auto-width :props="props">
<div>{{(props.row.GiveOutMoney/props.row.PushMoney*100).toFixed(2)}}%</div>
<q-linear-progress :value="(props.row.GiveOutMoney/props.row.PushMoney).toFixed(4)" rounded size="sm" />
<q-linear-progress :value="parseFloat((props.row.GiveOutMoney/props.row.PushMoney).toFixed(4))" rounded size="sm" />
</q-td>
</template>
<template v-slot:bottom>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment