完善
This commit is contained in:
@@ -611,6 +611,7 @@ const local: any = {
|
|||||||
jobMessage: "Task Message",
|
jobMessage: "Task Message",
|
||||||
clearTip: "Confirm that all dispatch log data items are cleared?",
|
clearTip: "Confirm that all dispatch log data items are cleared?",
|
||||||
clearOk: "Cleared Successfully",
|
clearOk: "Cleared Successfully",
|
||||||
|
statusChange: "Are you sure you want the {text} {num} job?",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -611,6 +611,7 @@ const local:any = {
|
|||||||
jobMessage: "执行信息",
|
jobMessage: "执行信息",
|
||||||
clearTip: "确认清空所有调度日志数据项吗?",
|
clearTip: "确认清空所有调度日志数据项吗?",
|
||||||
clearOk: "清空成功",
|
clearOk: "清空成功",
|
||||||
|
statusChange: "确定要{text} {num} 任务吗?",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -359,7 +359,7 @@ function fnRecordStatus(row: Record<string, string>) {
|
|||||||
: sysJobStatus.find(s => s.value === '0')?.label;
|
: sysJobStatus.find(s => s.value === '0')?.label;
|
||||||
Modal.confirm({
|
Modal.confirm({
|
||||||
title: t('common.tipTitle'),
|
title: t('common.tipTitle'),
|
||||||
content: t('views.monitor.job.statusChange', { text, num: row.jobName }),
|
content: t('page.manage.task.statusChange', { text, num: row.jobName }),
|
||||||
onOk() {
|
onOk() {
|
||||||
const key = 'changeJobStatus';
|
const key = 'changeJobStatus';
|
||||||
message.loading({ content: t('common.loading'), key });
|
message.loading({ content: t('common.loading'), key });
|
||||||
|
|||||||
Reference in New Issue
Block a user