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
b56d66a4
Commit
b56d66a4
authored
Jan 22, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看详情
parent
3b9206ed
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
60 additions
and
58 deletions
+60
-58
src/api/watch/homework.js
+25
-0
src/api/watch/transform.js
+33
-56
src/views/home.vue
+2
-2
src/views/watch/homework.vue
+0
-0
src/views/watch/transform.vue
+0
-0
No files found.
src/api/watch/homework.js
View file @
b56d66a4
...
...
@@ -36,6 +36,31 @@ export function getAllFailCount(data) {
})
}
// 分页获取作业执行日志记录列表
export
function
getKettleJobRecordList
(
data
)
{
return
request
({
url
:
'kettle/jobRecord/getKettleJobRecordList'
,
data
,
method
:
'post'
})
}
// 获取我添加的作业列表
export
function
getSimpleList
(
data
)
{
return
request
({
url
:
'kettle/job/getSimpleList'
,
data
,
method
:
'post'
})
}
// 根据作业ID获取执行日志记录内容
export
function
getLogContent
(
data
)
{
return
request
({
url
:
'kettle/jobRecord/getLogContent?jodId='
+
data
,
method
:
'post'
})
}
...
...
src/api/watch/transform.js
View file @
b56d66a4
...
...
@@ -33,66 +33,43 @@ export function getAllFailCount(data) {
})
}
// 分页获取转换执行日志记录列表
export
function
getKettleTransRecordList
(
data
)
{
return
request
({
url
:
'kettle/transRecord/getKettleTransRecordList'
,
data
,
method
:
'post'
})
}
// 根据转换ID获取执行日志记录内容
export
function
getLogContent
(
data
)
{
return
request
({
url
:
'kettle/transRecord/getLogContent?jodId='
+
data
,
method
:
'post'
})
}
//获取转换日志下拉框列表------获取转换列表
export
function
getList
(
data
)
{
return
request
({
url
:
'kettle/trans/getList'
,
data
,
method
:
'post'
})
}
// //添加转换
// export function insert(data) {
// return request({
// url: 'kettle/trans/insert',
// data,
// method: 'post'
// })
// }
// //删除转换
// export function deleteTrans(data) {
// return request({
// url: 'kettle/trans/delete?id='+data,
// method: 'post'
// })
// }
// //更新转换
// export function update(data) {
// return request({
// url: 'kettle/trans/update',
// data,
// method: 'post'
// })
// }
// //获取数据库资源库列表
// export function getList(data) {
// return request({
// url: 'kettle/repository/getList',
// data,
// method: 'post'
// })
// }
// //获取策略配置列表
// export function getKettleQuartzList(data) {
// return request({
// url: 'kettle/quartz/getKettleQuartzList',
// data,
// method: 'post'
// })
// }
// //开始转换
// export function start(data) {
// return request({
// url: 'kettle/trans/start?transId='+data,
// method: 'post'
// })
// }
// //停止转换
// export function stop(data) {
// return request({
// url: 'kettle/trans/stop?transId='+data,
// method: 'post'
// })
// }
...
...
src/views/home.vue
View file @
b56d66a4
...
...
@@ -126,9 +126,9 @@
<el-card
class=
"box-card"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
转换监控记录
</span>
<span>
(下表显示前5条,
</span>
<
!--
<
span>
(下表显示前5条,
</span>
<span
class=
"see-all"
>
查看所有
</span>
<span>
)
</span>
<span>
)
</span>
-->
<i
@
click=
"deleteTabThree()"
class=
"el-icon-close btn-icon"
style=
""
></i>
<i
...
...
src/views/watch/homework.vue
View file @
b56d66a4
This diff is collapsed.
Click to expand it.
src/views/watch/transform.vue
View file @
b56d66a4
This diff is collapsed.
Click to expand it.
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