feat(sj_1.0.0): 优化任务的操作原因

This commit is contained in:
opensnail 2024-05-10 13:38:23 +08:00
parent b1f4c67eb7
commit 4c0e8d0ec3
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ const local: App.I18n.Schema = {
label: 'Job operation reason',
form: 'Please enter job operation reason',
items: {
none: '',
none: 'None',
taskExecutionTimeout: 'Task execution timeout',
notClient: 'No client',
closed: 'Job closed',

View File

@ -133,7 +133,7 @@ const local: App.I18n.Schema = {
label: '操作原因',
form: '请选择执行状态',
items: {
none: '',
none: '',
taskExecutionTimeout: '任务执行超时',
notClient: '无客户端节点',
closed: '任务已关闭',