mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
feat(X-Pack): [数据填报]提交记录日志支持清理
This commit is contained in:
@@ -4389,6 +4389,8 @@ export default {
|
||||
data_not_found: '] does not exist'
|
||||
},
|
||||
task: {
|
||||
commit_operate_type: 'Commit type',
|
||||
committer: 'Committer',
|
||||
time_check_5_minute_later_than_current:
|
||||
'Cannot be less than 5 minutes after the current time',
|
||||
time_check_later_than_current: 'Cannot be less than the current time',
|
||||
|
||||
@@ -4073,6 +4073,8 @@ export default {
|
||||
save_apply: '儲存並套用'
|
||||
},
|
||||
data_fill: {
|
||||
commit_operate_type: '提交類型',
|
||||
committer: '提交人',
|
||||
data_fill: '資料填報',
|
||||
fill_in_the_task: '填報任務',
|
||||
data_fill_name: '資料填報名稱',
|
||||
|
||||
@@ -4271,6 +4271,8 @@ export default {
|
||||
data_not_found: ']的数据不存在'
|
||||
},
|
||||
task: {
|
||||
commit_operate_type: '提交类型',
|
||||
committer: '提交人',
|
||||
send_status: '任务下发状态',
|
||||
df_task_status: '任务填报状态',
|
||||
time_check_5_minute_later_than_current: '不能小于当前时间5分钟后',
|
||||
|
||||
Reference in New Issue
Block a user