UPDATE: 优化;
This commit is contained in:
@@ -365,7 +365,7 @@ const columns = reactive<ColumnProps<Plan.ReqPlan>[]>([
|
||||
<el-progress
|
||||
text-inside={true}
|
||||
stroke-width={20}
|
||||
percentage={(scope.row.progress ?? 0) * 100}
|
||||
percentage={Number(((scope.row.progress ?? 0) * 100).toFixed(2))}
|
||||
status="success"
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user