Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ETL-admin
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
莫晓莉
ETL-admin
Commits
844e6e00
Commit
844e6e00
authored
Apr 08, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Plain Diff
解决冲突
parents
bb5c77fa
1fa2926e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
103 additions
and
118 deletions
+103
-118
src/views/dashboard-kettle/components/appBulletFrame/tableInput.vue
+98
-114
src/views/dashboard-kettle/components/designer/mxgraphDesigner.vue
+0
-0
src/views/kettle/home2.vue
+2
-3
src/views/mykettle/main.vue
+3
-1
No files found.
src/views/dashboard-kettle/components/appBulletFrame/tableInput.vue
View file @
844e6e00
This diff is collapsed.
Click to expand it.
src/views/dashboard-kettle/components/designer/mxgraphDesigner.vue
View file @
844e6e00
This diff is collapsed.
Click to expand it.
src/views/kettle/home2.vue
View file @
844e6e00
...
...
@@ -1246,8 +1246,7 @@ props: ["dragItem"],
console
.
log
(
'点击当前节点==='
,
node
);
this
.
curNode
=
node
;
//当前选中节点
this
.
nodePath
=
data
.
path
;
//当前选择数
this
.
curNodeIconCls
=
data
.
iconCls
;
//当前选中节点
this
.
nodePath
=
data
.
path
;
console
.
log
(
'当前节点的文件夹路径:'
,
this
.
nodePath
);
if
(
node
.
data
.
leaf
){
this
.
curNodeText
=
node
.
data
.
text
;
//当前节点
...
...
@@ -1255,7 +1254,7 @@ props: ["dragItem"],
pamer
.
append
(
"path"
,
this
.
nodePath
);
pamer
.
append
(
"type"
,
"transformation"
);
open
(
pamer
).
then
(
res
=>
{
console
.
log
(
res
,
'返回空白画布xml'
);
//
console.log(res,'返回空白画布xml');
this
.
blankCanvas
=
res
;
// this.tabShowFlag=true;//核心对象显项卡显示
this
.
activeName
=
"second"
;
...
...
src/views/mykettle/main.vue
View file @
844e6e00
...
...
@@ -461,7 +461,8 @@ export default {
linkCheckedIdx
:
-
2
,
//当前选择连接类型列表
methodHoverIdx
:
0
,
//鼠标移动到连接方式
methodCheckedIdx
:
0
,
//当前选择连接方式列表
createModel
:{},
//创建数据库
createModel
:{
},
//创建数据库
rulesOne
:{
name
:[
{
required
:
true
,
message
:
'请输入名称'
,
trigger
:
'blur'
}
...
...
@@ -744,6 +745,7 @@ export default {
this
.
methodHoverIdx
=-
1
;
this
.
methodCheckedIdx
=-
2
;
this
.
createModel
.
type
=
item
.
value
;
},
// 获取连接方式
...
...
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