perf(定时报告): 增加任务状态字段

This commit is contained in:
fit2cloud-chenyw
2022-12-16 13:47:40 +08:00
parent d2c3b07b81
commit 4a240340d1
7 changed files with 43 additions and 3 deletions

View File

@@ -2596,6 +2596,13 @@ export default {
search_by_name: 'Search by name',
exec_time: 'Execute time',
status: 'Execute status',
task_status: 'Task status',
running: 'Running',
stopped: 'Stopped',
start: 'Start',
start_success: 'Start success',
start_success_but: ', But the task expired, please manually change the end time',
sure_batch_delete: 'Are you sure you want to delete tasks in bulk?',
pixel_error: 'Pixel only support {800 - 10000} * {500 - 6250}',
next_exec_time: 'Next execute time'

View File

@@ -2590,6 +2590,13 @@ export default {
search_by_name: '根據名稱搜索',
exec_time: '執行時間',
status: '執行狀態',
task_status: '任務狀態',
running: '運行中',
stopped: '已停止',
start: '啟用',
start_success: '啟用成功',
start_success_but: ',但任務過期,請手動更改結束時間',
sure_batch_delete: '確定批量刪除任務嗎?',
pixel_error: '分辨率支持{800 - 10000} * {500 - 6250}',
next_exec_time: '下次執行時間'

View File

@@ -2590,6 +2590,13 @@ export default {
search_by_name: '根据名称搜索',
exec_time: '执行时间',
status: '执行状态',
task_status: '任务状态',
running: '运行中',
stopped: '已停止',
start: '启用',
start_success: '启用成功',
start_success_but: ',但任务过期,请手动更改结束时间',
sure_batch_delete: '确定批量删除任务吗?',
pixel_error: '分辨率支持{800 - 10000} * {500 - 6250}',
next_exec_time: '下次执行时间'