未验证 提交 f0630bc9 编写于 作者: K Kerwin 提交者: GitHub

Fix view task status module on project homepage cannot read property label of undefined (#6956)

上级 631a31b6
......@@ -42,6 +42,7 @@ public enum ExecutionStatus {
* 11 waiting depend node complete
* 12 delay execution
* 13 forced success
* 14 serial wait
*/
SUBMITTED_SUCCESS(0, "submit success"),
RUNNING_EXECUTION(1, "running"),
......
......@@ -66,6 +66,9 @@ const stateType = [
}, {
code: 'FORCED_SUCCESS',
label: `${i18n.$t('Forced success')}`
}, {
code: 'SERIAL_WAIT',
label: `${i18n.$t('Serial wait')}`
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册