fix(web): 修复 flink job 任务模式显示错误

This commit is contained in:
2023-05-04 10:43:22 +08:00
parent 78c6814880
commit 105fb9fade

View File

@@ -256,7 +256,7 @@ function flinkJobProperty(id, name, runMode) {
{ {
label: '任务模式', label: '任务模式',
content: { content: {
...mappingItem(`${runMode}`, runModeMapping), ...mappingField(`${runMode}`, runModeMapping),
} }
}, },
], ],