feat(X-Pack): [数据填报]新建表单支持绑定已有表

#12788
This commit is contained in:
ulleo
2025-02-26 14:45:17 +08:00
committed by ulleo
parent 5ce689807d
commit e4f155e162
3 changed files with 3 additions and 0 deletions

View File

@@ -4176,6 +4176,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
confirm_truncate_table: 'Confirm to truncate table?',
add_search_condition: 'Add search condition',
form: {
please_select_valid_column: 'Please select valid column',
create_type: 'Create type',
create_new_table: 'Create new table',
bind_exists_table: 'Bind exists table',

View File

@@ -4061,6 +4061,7 @@ export default {
confirm_truncate_table: '確定要清空數據嗎?',
add_search_condition: '添加篩選條件',
form: {
please_select_valid_column: '請選擇符合要求的字段',
create_type: '創建方式',
create_new_table: '創建新表',
bind_exists_table: '綁定已有表',

View File

@@ -4065,6 +4065,7 @@ export default {
confirm_truncate_table: '确定要清空数据吗?',
add_search_condition: '添加筛选条件',
form: {
please_select_valid_column: '请选择符合要求的字段',
create_type: '创建方式',
create_new_table: '创建新表',
bind_exists_table: '绑定已有表',