feat(sj_1.0.0): 优化任务的操作原因
This commit is contained in:
parent
b1f4c67eb7
commit
4c0e8d0ec3
@ -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',
|
||||||
|
@ -133,7 +133,7 @@ const local: App.I18n.Schema = {
|
|||||||
label: '操作原因',
|
label: '操作原因',
|
||||||
form: '请选择执行状态',
|
form: '请选择执行状态',
|
||||||
items: {
|
items: {
|
||||||
none: '',
|
none: '无',
|
||||||
taskExecutionTimeout: '任务执行超时',
|
taskExecutionTimeout: '任务执行超时',
|
||||||
notClient: '无客户端节点',
|
notClient: '无客户端节点',
|
||||||
closed: '任务已关闭',
|
closed: '任务已关闭',
|
||||||
|
Loading…
Reference in New Issue
Block a user