mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
feat(X-Pack): [数据填报]增加清空表数据功能
This commit is contained in:
@@ -4125,6 +4125,10 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
on_the_left: 'Please select a form on the left',
|
||||
exporting: 'Backend export in progress, can go to',
|
||||
progress_to_download: 'Check progress and download',
|
||||
clear_selection: 'Clear selection',
|
||||
truncate_table: 'Truncate table',
|
||||
truncate: 'Truncate',
|
||||
confirm_truncate_table: 'Confirm to truncate table',
|
||||
form: {
|
||||
add_detail_columns: 'Add column details',
|
||||
detail_columns: 'Column details',
|
||||
|
||||
@@ -4011,6 +4011,10 @@ export default {
|
||||
on_the_left: '請在左側選擇表單',
|
||||
exporting: '後台導出中,可前往',
|
||||
progress_to_download: '查看進度,進行下載',
|
||||
clear_selection: '取消選擇',
|
||||
truncate_table: '清空數據',
|
||||
truncate: '清空',
|
||||
confirm_truncate_table: '確定要清空數據嗎',
|
||||
form: {
|
||||
add_detail_columns: '添加字段描述',
|
||||
detail_columns: '字段描述',
|
||||
|
||||
@@ -4015,6 +4015,10 @@ export default {
|
||||
on_the_left: '请在左侧选择表单',
|
||||
exporting: '后台导出中,可前往',
|
||||
progress_to_download: '查看进度,进行下载',
|
||||
clear_selection: '取消选择',
|
||||
truncate_table: '清空数据',
|
||||
truncate: '清空',
|
||||
confirm_truncate_table: '确定要清空数据吗',
|
||||
form: {
|
||||
add_detail_columns: '添加字段描述',
|
||||
detail_columns: '字段描述',
|
||||
|
||||
Reference in New Issue
Block a user