小组进度四舍五入

This commit is contained in:
lpq
2023-03-06 22:38:45 +08:00
parent 1ff3299b52
commit db74f05e94

View File

@@ -846,7 +846,7 @@
<div class="grocenter">
<div class="leader1">进度</div>
<a-progress
:percent="(item.completeRatio || 0) * 100"
:percent="Math.round((item.completeRatio || 0) * 100)"
/>
</div>
<div
@@ -3930,7 +3930,6 @@ export default {
};
//创建小组
const createGroup = async () => {
debugger;
console.log("state.groupPageList" + state.groupPageList);
const id = state.groupInfo.id;
const d = state.groupPageList