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
b80f5dc4
Commit
b80f5dc4
authored
Dec 10, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改出湖
parent
998f28f5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
7 deletions
+21
-7
dataLakePunctual.data.ts
...dataIntegration/dataLakePunctual/dataLakePunctual.data.ts
+6
-3
index.vue
src/views/dataIntegration/dataLakePunctual/index.vue
+15
-4
No files found.
src/views/dataIntegration/dataLakePunctual/dataLakePunctual.data.ts
View file @
b80f5dc4
...
@@ -34,6 +34,12 @@ export const sourceSideConfigurationFormSchema: FormSchema[] = [
...
@@ -34,6 +34,12 @@ export const sourceSideConfigurationFormSchema: FormSchema[] = [
],
],
}),
}),
},
},
{
field
:
'fileUpload'
,
label
:
'文件上传'
,
component
:
'Upload'
,
ifShow
:
({
model
})
=>
model
.
metadataAcquisitionMode
===
'导入元数据文件'
,
},
{
{
field
:
'dataSource'
,
field
:
'dataSource'
,
label
:
'数据源'
,
label
:
'数据源'
,
...
@@ -101,14 +107,11 @@ export const LoadingStrategyFormSchema: FormSchema[] = [
...
@@ -101,14 +107,11 @@ export const LoadingStrategyFormSchema: FormSchema[] = [
componentProps
:
{
componentProps
:
{
mode
:
'multiple'
,
mode
:
'multiple'
,
},
},
ifShow
:
false
,
required
:
true
,
required
:
true
,
},
},
{
{
field
:
'notCustomSQLTable'
,
field
:
'notCustomSQLTable'
,
component
:
'Slot'
,
slot
:
'notCustomSQLTable'
,
slot
:
'notCustomSQLTable'
,
// ifShow: false,
},
},
];
];
...
...
src/views/dataIntegration/dataLakePunctual/index.vue
View file @
b80f5dc4
...
@@ -178,7 +178,11 @@
...
@@ -178,7 +178,11 @@
// },
// },
{
{
icon: 'ic:outline-delete-outline',
icon: 'ic:outline-delete-outline',
onClick: handleDeleteRule.bind(null, record),
popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: handleDeleteRule.bind(null, record),
},
},
},
]"
]"
/>
/>
...
@@ -778,13 +782,20 @@
...
@@ -778,13 +782,20 @@
// createMessage.success('编辑:' + record);
// createMessage.success('编辑:' + record);
// }
// }
/**映射规则配置-列表 "删除"*/
/**映射规则配置-列表 "删除"*/
function
handleDeleteRule
(
record
)
{
function
handleDeleteRule
()
{
createMessage
.
success
(
'删除规则成功'
+
record
);
createMessage
.
success
(
'删除规则成功'
);
}
}
/**映射规则配置-删除规则按钮*/
/**映射规则配置-删除规则按钮*/
function
handleDeleteRules
()
{
function
handleDeleteRules
()
{
createMessage
.
success
(
'批量删除数据转换规则成功'
+
getRowSelection
().
selectedRowKeys
);
createConfirm
({
iconType
:
'warning'
,
title
:
'删除规则'
,
content
:
'是否确认删除选中规则?'
,
onOk
()
{
createMessage
.
success
(
'删除成功!'
);
},
});
}
}
function
handleOperation
()
{
function
handleOperation
()
{
...
...
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