mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-05 05:38:30 +08:00
[Fix][UI Next][V1.0.0-Alpha] Fix the task instance button prompts an error. (#8668)
This commit is contained in:
parent
60a00490c6
commit
8096a1063b
@ -533,7 +533,6 @@ const project = {
|
||||
waiting_depend: 'Waiting Depend',
|
||||
delay_execution: 'Delay Execution',
|
||||
forced_success: 'Forced Success',
|
||||
serial_wait: 'Serial Wait',
|
||||
view_log: 'View Log',
|
||||
download_log: 'Download Log'
|
||||
},
|
||||
|
@ -530,7 +530,6 @@ const project = {
|
||||
waiting_depend: '等待依赖完成',
|
||||
delay_execution: '延时执行',
|
||||
forced_success: '强制成功',
|
||||
serial_wait: '串行等待',
|
||||
view_log: '查看日志',
|
||||
download_log: '下载日志'
|
||||
},
|
||||
|
@ -150,7 +150,7 @@ export function useTable() {
|
||||
})
|
||||
}
|
||||
),
|
||||
default: () => t('project.task.serial_wait')
|
||||
default: () => t('project.task.forced_success')
|
||||
}
|
||||
),
|
||||
h(
|
||||
|
Loading…
Reference in New Issue
Block a user