mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
小组进度四舍五入
This commit is contained in:
@@ -846,7 +846,7 @@
|
|||||||
<div class="grocenter">
|
<div class="grocenter">
|
||||||
<div class="leader1">进度</div>
|
<div class="leader1">进度</div>
|
||||||
<a-progress
|
<a-progress
|
||||||
:percent="(item.completeRatio || 0) * 100"
|
:percent="Math.round((item.completeRatio || 0) * 100)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@@ -3930,7 +3930,6 @@ export default {
|
|||||||
};
|
};
|
||||||
//创建小组
|
//创建小组
|
||||||
const createGroup = async () => {
|
const createGroup = async () => {
|
||||||
debugger;
|
|
||||||
console.log("state.groupPageList" + state.groupPageList);
|
console.log("state.groupPageList" + state.groupPageList);
|
||||||
const id = state.groupInfo.id;
|
const id = state.groupInfo.id;
|
||||||
const d = state.groupPageList
|
const d = state.groupPageList
|
||||||
|
|||||||
Reference in New Issue
Block a user