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
79d1c545
Commit
79d1c545
authored
Mar 23, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mxl
parent
72257ede
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
8 deletions
+20
-8
src/views/dashboard-kettle/components/designer/FlowDesigner.vue
+20
-8
No files found.
src/views/dashboard-kettle/components/designer/FlowDesigner.vue
View file @
79d1c545
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
:activeElement=
"activeElement"
:activeElement=
"activeElement"
@
changeNodeSite=
"changeNodeSite"
@
changeNodeSite=
"changeNodeSite"
@
nodeRightMenu=
"nodeRightMenu"
@
nodeRightMenu=
"nodeRightMenu"
@
clickNode=
"clickNode
"
@
dblclick
.
native=
"clickNode(node)
"
>
>
</flow-node>
</flow-node>
</
template
>
</
template
>
...
@@ -745,7 +745,7 @@
...
@@ -745,7 +745,7 @@
<!-- 输出弹窗start=============== -->
<!-- 输出弹窗start=============== -->
<outDialog
ref=
"tableOutPut"
:tableOutPutVisible
.
sync=
"tableOutPutVisible"
></outDialog>
<outDialog
ref=
"tableOutPut"
:tableOutPutVisible
.
sync=
"tableOutPutVisible"
@
fathertrans=
"fathertrans"
></outDialog>
<insertOrUpdate
ref=
"insertOrdate"
:InsertOrUpdateVisible
.
sync=
"InsertOrUpdateVisible"
></insertOrUpdate>
<insertOrUpdate
ref=
"insertOrdate"
:InsertOrUpdateVisible
.
sync=
"InsertOrUpdateVisible"
></insertOrUpdate>
<excelOutPutDialog
ref=
"excelOut"
:excelOutPutVisible
.
sync=
"excelOutPutVisible"
></excelOutPutDialog>
<excelOutPutDialog
ref=
"excelOut"
:excelOutPutVisible
.
sync=
"excelOutPutVisible"
></excelOutPutDialog>
<updateDialog
ref=
"update"
:updateVisible
.
sync=
"updateVisible"
></updateDialog>
<updateDialog
ref=
"update"
:updateVisible
.
sync=
"updateVisible"
></updateDialog>
...
@@ -808,12 +808,12 @@ import microDialog from '../../../output-dialog/micro-excel'
...
@@ -808,12 +808,12 @@ import microDialog from '../../../output-dialog/micro-excel'
export
default
{
export
default
{
//
props: {
props
:
{
//
dialogVisibleFourth: {
dialogVisibleFourth
:
{
//
type: Boolean,
type
:
Boolean
,
//
default: false
default
:
false
//
}
}
//
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -1013,6 +1013,14 @@ export default {
...
@@ -1013,6 +1013,14 @@ export default {
});
});
},
},
methods
:
{
methods
:
{
// 子组件发射回来的弹窗变量变为true
fathertrans
(
res
){
// this.dialogVisibleFourth=res;
this
.
$emit
(
"update:dialogVisibleFourth"
,
res
);
console
.
log
(
'发射回父组件===='
);
},
addSheet
()
{},
addSheet
()
{},
fileChnageInput
(
e
)
{
fileChnageInput
(
e
)
{
console
.
log
(
e
);
console
.
log
(
e
);
...
@@ -1520,6 +1528,10 @@ export default {
...
@@ -1520,6 +1528,10 @@ export default {
this
.
RandomValueDialog
=
!
this
.
RandomValueDialog
;
this
.
RandomValueDialog
=
!
this
.
RandomValueDialog
;
return
;
return
;
}
}
if
(
node
.
ids
==
"step16"
)
{
this
.
tableOutPutVisible
=
!
this
.
tableOutPutVisible
;
return
;
}
},
},
// 是否具有该线
// 是否具有该线
hasLine
(
from
,
to
)
{
hasLine
(
from
,
to
)
{
...
...
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