Commit 43da736e authored by 罗林杰's avatar 罗林杰

修改准实时入湖

parent 61e59351
...@@ -55,7 +55,7 @@ export const sourceSideConfigurationFormSchema: FormSchema[] = [ ...@@ -55,7 +55,7 @@ export const sourceSideConfigurationFormSchema: FormSchema[] = [
component: 'Select', component: 'Select',
required: true, required: true,
componentProps: { componentProps: {
placeholder: '请选择数据', placeholder: '请选择数据',
displayRender: ({ labels }) => { displayRender: ({ labels }) => {
return labels[labels.length - 1]; return labels[labels.length - 1];
}, },
...@@ -156,7 +156,7 @@ export const NewFieldRuleFormSchema: FormSchema[] = [ ...@@ -156,7 +156,7 @@ export const NewFieldRuleFormSchema: FormSchema[] = [
{ label: 'DATE', value: 'DATE' }, { label: 'DATE', value: 'DATE' },
{ label: 'TIMESTAMP', value: 'TIMESTAMP' }, { label: 'TIMESTAMP', value: 'TIMESTAMP' },
{ label: 'BOOLEAN', value: 'BOOLEAN' }, { label: 'BOOLEAN', value: 'BOOLEAN' },
] ],
}, },
required: true, required: true,
}, },
...@@ -294,7 +294,7 @@ export const FieldTypeMappingRuleFormSchema: FormSchema[] = [ ...@@ -294,7 +294,7 @@ export const FieldTypeMappingRuleFormSchema: FormSchema[] = [
{ label: 'DATE', value: 'DATE' }, { label: 'DATE', value: 'DATE' },
{ label: 'TIMESTAMP', value: 'TIMESTAMP' }, { label: 'TIMESTAMP', value: 'TIMESTAMP' },
{ label: 'BOOLEAN', value: 'BOOLEAN' }, { label: 'BOOLEAN', value: 'BOOLEAN' },
] ],
}, },
required: true, required: true,
}, },
...@@ -311,7 +311,7 @@ export const FieldTypeMappingRuleFormSchema: FormSchema[] = [ ...@@ -311,7 +311,7 @@ export const FieldTypeMappingRuleFormSchema: FormSchema[] = [
{ label: 'DATE', value: 'DATE' }, { label: 'DATE', value: 'DATE' },
{ label: 'TIMESTAMP', value: 'TIMESTAMP' }, { label: 'TIMESTAMP', value: 'TIMESTAMP' },
{ label: 'BOOLEAN', value: 'BOOLEAN' }, { label: 'BOOLEAN', value: 'BOOLEAN' },
] ],
}, },
required: true, required: true,
}, },
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
type="info" type="info"
/> />
</div> </div>
<div style="width: 20%; padding: 0 5px 5px"> <div style="width: 20%; padding: 0 20px 5px">
<BasicTree <BasicTree
title="表名" title="表名"
:search="true" :search="true"
...@@ -99,7 +99,6 @@ ...@@ -99,7 +99,6 @@
@select="handleSelect" @select="handleSelect"
/> />
</div> </div>
<BasicForm <BasicForm
@register="registerLoadingStrategyForm" @register="registerLoadingStrategyForm"
v-show="!metadataAcquisitionModeFlag" v-show="!metadataAcquisitionModeFlag"
...@@ -287,10 +286,8 @@ ...@@ -287,10 +286,8 @@
import RunOptionsModal from '@/views/dataIntegration/dataLoading/dataEntryLake/runOptionsModal.vue'; import RunOptionsModal from '@/views/dataIntegration/dataLoading/dataEntryLake/runOptionsModal.vue';
import SaveModal from '@/views/dataIntegration/dataLoading/dataEntryLake/saveModal.vue'; import SaveModal from '@/views/dataIntegration/dataLoading/dataEntryLake/saveModal.vue';
import VersionManageModal from '@/views/dataIntegration/dataLoading/dataEntryLake/versionManageModal.vue'; import VersionManageModal from '@/views/dataIntegration/dataLoading/dataEntryLake/versionManageModal.vue';
import GlobalOptionsModal import GlobalOptionsModal from '@/views/dataIntegration/dataLoading/dataEntryLake/globalOptionsModal.vue';
from "@/views/dataIntegration/dataLoading/dataEntryLake/globalOptionsModal.vue"; import DataOptionsModal from '@/views/dataIntegration/dataLoading/dataEntryLake/dataOptionsModal.vue';
import DataOptionsModal
from "@/views/dataIntegration/dataLoading/dataEntryLake/dataOptionsModal.vue";
const route = useRoute(); const route = useRoute();
const emit = defineEmits(['success', 'register']); const emit = defineEmits(['success', 'register']);
...@@ -790,6 +787,12 @@ ...@@ -790,6 +787,12 @@
createMessage.success('批量删除数据转换规则成功' + getRowSelection().selectedRowKeys); createMessage.success('批量删除数据转换规则成功' + getRowSelection().selectedRowKeys);
} }
function handleOperation() {
router.push({
path: '/dataIntegration/taskOM/index',
});
}
/**列表展示-查看日志按钮*/ /**列表展示-查看日志按钮*/
const [registerViewLogsModal, { openModal: openViewLogsModal }] = useModal(); const [registerViewLogsModal, { openModal: openViewLogsModal }] = useModal();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment