fix: 项目详情中的进度显示错误
This commit is contained in:
@@ -28,7 +28,7 @@ function TaskDetail() {
|
||||
label: '进度',
|
||||
content: {
|
||||
type: 'tpl',
|
||||
tpl: "${step}%",
|
||||
tpl: "${ROUND(step * 100, 2)}%",
|
||||
},
|
||||
span: 2,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user