Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
43da736e
Commit
43da736e
authored
Dec 09, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改准实时入湖
parent
61e59351
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
dataLakePunctual.data.ts
...dataIntegration/dataLakePunctual/dataLakePunctual.data.ts
+4
-4
index.vue
src/views/dataIntegration/dataLakePunctual/index.vue
+9
-6
No files found.
src/views/dataIntegration/dataLakePunctual/dataLakePunctual.data.ts
View file @
43da736e
...
...
@@ -55,7 +55,7 @@ export const sourceSideConfigurationFormSchema: FormSchema[] = [
component
:
'Select'
,
required
:
true
,
componentProps
:
{
placeholder
:
'请选择数据'
,
placeholder
:
'请选择数据
库
'
,
displayRender
:
({
labels
})
=>
{
return
labels
[
labels
.
length
-
1
];
},
...
...
@@ -156,7 +156,7 @@ export const NewFieldRuleFormSchema: FormSchema[] = [
{
label
:
'DATE'
,
value
:
'DATE'
},
{
label
:
'TIMESTAMP'
,
value
:
'TIMESTAMP'
},
{
label
:
'BOOLEAN'
,
value
:
'BOOLEAN'
},
]
]
,
},
required
:
true
,
},
...
...
@@ -294,7 +294,7 @@ export const FieldTypeMappingRuleFormSchema: FormSchema[] = [
{
label
:
'DATE'
,
value
:
'DATE'
},
{
label
:
'TIMESTAMP'
,
value
:
'TIMESTAMP'
},
{
label
:
'BOOLEAN'
,
value
:
'BOOLEAN'
},
]
]
,
},
required
:
true
,
},
...
...
@@ -311,7 +311,7 @@ export const FieldTypeMappingRuleFormSchema: FormSchema[] = [
{
label
:
'DATE'
,
value
:
'DATE'
},
{
label
:
'TIMESTAMP'
,
value
:
'TIMESTAMP'
},
{
label
:
'BOOLEAN'
,
value
:
'BOOLEAN'
},
]
]
,
},
required
:
true
,
},
...
...
src/views/dataIntegration/dataLakePunctual/index.vue
View file @
43da736e
...
...
@@ -87,7 +87,7 @@
type=
"info"
/>
</div>
<div
style=
"width: 20%; padding: 0
5
px 5px"
>
<div
style=
"width: 20%; padding: 0
20
px 5px"
>
<BasicTree
title=
"表名"
:search=
"true"
...
...
@@ -99,7 +99,6 @@
@
select=
"handleSelect"
/>
</div>
<BasicForm
@
register=
"registerLoadingStrategyForm"
v-show=
"!metadataAcquisitionModeFlag"
...
...
@@ -287,10 +286,8 @@
import
RunOptionsModal
from
'@/views/dataIntegration/dataLoading/dataEntryLake/runOptionsModal.vue'
;
import
SaveModal
from
'@/views/dataIntegration/dataLoading/dataEntryLake/saveModal.vue'
;
import
VersionManageModal
from
'@/views/dataIntegration/dataLoading/dataEntryLake/versionManageModal.vue'
;
import
GlobalOptionsModal
from
"@/views/dataIntegration/dataLoading/dataEntryLake/globalOptionsModal.vue"
;
import
DataOptionsModal
from
"@/views/dataIntegration/dataLoading/dataEntryLake/dataOptionsModal.vue"
;
import
GlobalOptionsModal
from
'@/views/dataIntegration/dataLoading/dataEntryLake/globalOptionsModal.vue'
;
import
DataOptionsModal
from
'@/views/dataIntegration/dataLoading/dataEntryLake/dataOptionsModal.vue'
;
const
route
=
useRoute
();
const
emit
=
defineEmits
([
'success'
,
'register'
]);
...
...
@@ -790,6 +787,12 @@
createMessage
.
success
(
'批量删除数据转换规则成功'
+
getRowSelection
().
selectedRowKeys
);
}
function
handleOperation
()
{
router
.
push
({
path
:
'/dataIntegration/taskOM/index'
,
});
}
/**列表展示-查看日志按钮*/
const
[
registerViewLogsModal
,
{
openModal
:
openViewLogsModal
}]
=
useModal
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment