mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
小组进度四舍五入
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user