1
0

fix: 项目详情中的进度显示错误

This commit is contained in:
2025-09-25 15:39:12 +08:00
parent b4e2c81d36
commit 3d428d9d0a

View File

@@ -28,7 +28,7 @@ function TaskDetail() {
label: '进度', label: '进度',
content: { content: {
type: 'tpl', type: 'tpl',
tpl: "${step}%", tpl: "${ROUND(step * 100, 2)}%",
}, },
span: 2, span: 2,
}, },