diff --git a/src/api/etl/etl.js b/src/api/etl/etl.js index 27de1cd..026b10c 100644 --- a/src/api/etl/etl.js +++ b/src/api/etl/etl.js @@ -31,4 +31,11 @@ export function updTask(params) { }) } +export function extractDataName() { + return request({ + url: '/integration/task/extractDataName', + method: 'post', + }) +} + diff --git a/src/api/property/property.js b/src/api/property/property.js index 79b8a66..95b5b53 100644 --- a/src/api/property/property.js +++ b/src/api/property/property.js @@ -47,3 +47,11 @@ export function selectHandleClick(data) { data: data }) } + +export function extractDataName(data) { + return request({ + url: '/property/dataRunName/extractDataName', + method: 'post', + data: data + }) +} diff --git a/src/assets/img/1.png b/src/assets/img/1.png index 9f95f32..05296c7 100644 Binary files a/src/assets/img/1.png and b/src/assets/img/1.png differ diff --git a/src/router/index.js b/src/router/index.js index 2e56e9d..8860d31 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -45,7 +45,11 @@ export const constantRoutes = [ component: () => import('@/views/login'), hidden: true }, - + { + path: '/easyFlow', + component: () => import('@/components/ef/panel'), + hidden: true + }, { path: '/register', component: () => import('@/views/register'), diff --git a/src/views/etl/task/index.vue b/src/views/etl/task/index.vue index 63e3157..8235354 100644 --- a/src/views/etl/task/index.vue +++ b/src/views/etl/task/index.vue @@ -24,65 +24,65 @@ - + - + - + - + - + - + - + - + - + - + - +