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', label: 'Job operation reason',
form: 'Please enter job operation reason', form: 'Please enter job operation reason',
items: { items: {
none: '', none: 'None',
taskExecutionTimeout: 'Task execution timeout', taskExecutionTimeout: 'Task execution timeout',
notClient: 'No client', notClient: 'No client',
closed: 'Job closed', closed: 'Job closed',

View File

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