forked from github/dataease
feat(frontend):数据集UI文字调整
This commit is contained in:
parent
87ab80e99e
commit
a2fa6771fa
@ -753,7 +753,7 @@ export default {
|
||||
field_origin_name: 'Field Origin Name',
|
||||
field_check: 'Selected',
|
||||
update_info: 'Update Info',
|
||||
join_view: 'Associated view',
|
||||
join_view: 'Data Associated',
|
||||
text: 'Text',
|
||||
time: 'Time',
|
||||
value: 'Value',
|
||||
@ -811,7 +811,7 @@ export default {
|
||||
field_edit: 'Edit Field',
|
||||
table_already_add_to: 'This table is already add to',
|
||||
uploading: 'Uploading...',
|
||||
add_union: 'Add Associations',
|
||||
add_union: 'Create Associations',
|
||||
union_setting: 'Association Settings',
|
||||
pls_slc_union_field: 'Please select associated field',
|
||||
pls_slc_union_table: 'Please select association table',
|
||||
|
@ -753,7 +753,7 @@ export default {
|
||||
field_origin_name: '原始名',
|
||||
field_check: '選中',
|
||||
update_info: '更新信息',
|
||||
join_view: '關聯視圖',
|
||||
join_view: '數據關聯',
|
||||
text: '文本',
|
||||
time: '時間',
|
||||
value: '數值',
|
||||
@ -811,7 +811,7 @@ export default {
|
||||
field_edit: '編輯字段',
|
||||
table_already_add_to: '該表已添加至',
|
||||
uploading: '上傳中...',
|
||||
add_union: '添加關聯',
|
||||
add_union: '新建關聯',
|
||||
union_setting: '關聯設置',
|
||||
pls_slc_union_field: '請選擇關聯字段',
|
||||
pls_slc_union_table: '請選擇關聯表',
|
||||
|
@ -753,7 +753,7 @@ export default {
|
||||
field_origin_name: '原始名',
|
||||
field_check: '选中',
|
||||
update_info: '更新信息',
|
||||
join_view: '关联视图',
|
||||
join_view: '数据关联',
|
||||
text: '文本',
|
||||
time: '时间',
|
||||
value: '数值',
|
||||
@ -811,7 +811,7 @@ export default {
|
||||
field_edit: '编辑字段',
|
||||
table_already_add_to: '该表已添加至',
|
||||
uploading: '上传中...',
|
||||
add_union: '添加关联',
|
||||
add_union: '新建关联',
|
||||
union_setting: '关联设置',
|
||||
pls_slc_union_field: '请选择关联字段',
|
||||
pls_slc_union_table: '请选择关联表',
|
||||
|
@ -16,7 +16,7 @@
|
||||
<el-divider />
|
||||
<el-row>
|
||||
<el-form :inline="true">
|
||||
<el-form-item class="form-item">
|
||||
<el-form-item class="form-item" :label="$t('commons.name')">
|
||||
<el-input v-model="name" size="mini" :placeholder="$t('commons.name')" />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
@ -77,7 +77,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
name: '自助数据集',
|
||||
name: '自定义数据集',
|
||||
table: {},
|
||||
checkedList: [],
|
||||
unionData: [],
|
||||
|
Loading…
Reference in New Issue
Block a user