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
5a14ffb7
Commit
5a14ffb7
authored
Mar 18, 2021
by
李耀锟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
9c5628ec
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
.env.development
+2
-2
src/views/dashboard-kettle/components/designer/FlowDesigner.vue
+12
-0
No files found.
.env.development
View file @
5a14ffb7
...
...
@@ -4,8 +4,8 @@ ENV = 'development'
#VUE_APP_WS_API = 'ws://192.168.0.2:9888/'
VUE_APP_BASE_API = 'http://192.168.0.44:988
8
/'
VUE_APP_WS_API = 'ws://192.168.0.44:988
8
/'
VUE_APP_BASE_API = 'http://192.168.0.44:988
2
/'
VUE_APP_WS_API = 'ws://192.168.0.44:988
2
/'
...
...
src/views/dashboard-kettle/components/designer/FlowDesigner.vue
View file @
5a14ffb7
...
...
@@ -700,6 +700,9 @@ import {
excelSheetType
,
previousSteps
,
inputOutputFields
,
availableCharsets
,
valueFormat
,
valueMeta
,
}
from
"@/api/kettle/link"
;
import
tableInput
from
"../appBulletFrame/tableInput"
;
...
...
@@ -718,6 +721,8 @@ export default {
SystemInfoDialog
:
false
,
ConstantDialog
:
false
,
RandomValueDialog
:
false
,
fieldType
:{},
fieldFormat
:{},
stepName
:{},
tableData
:
[
{
...
...
@@ -752,8 +757,13 @@ export default {
},
zoom
:
0.5
,
workForm
:{},
fieldForm
:{},
excelLnput
:
false
,
edit
:
false
,
work
:
false
,
field
:
false
,
form
:
{
checked
:
true
,
},
...
...
@@ -878,6 +888,8 @@ export default {
});
},
methods
:
{
addSheet
(){},
fileChnageInput
(
e
)
{
console
.
log
(
e
);
},
...
...
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