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
2d8a2062
Commit
2d8a2062
authored
Jan 19, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
监控统计
parent
a1f85d63
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
190 additions
and
100 deletions
+190
-100
src/api/watch/transform.js
+31
-3
src/views/watch/transform.vue
+159
-97
No files found.
src/api/watch/transform.js
View file @
2d8a2062
import
request
from
'@/utils/request'
// 分页获取转换列表
export
function
getPageList
(
data
)
{
// 分页获取
监控
转换列表
export
function
get
KettleTransMonitor
PageList
(
data
)
{
return
request
({
url
:
'kettle/trans
/get
PageList'
,
url
:
'kettle/trans
Monitor/getKettleTransMonitor
PageList'
,
data
,
method
:
'post'
})
}
// 获取总列表
export
function
getKettleTransMonitorList
(
data
)
{
return
request
({
url
:
'kettle/transMonitor/getKettleTransMonitorList'
,
data
,
method
:
'post'
})
}
// 获取执行成功的数
export
function
getAllSuccessCount
(
data
)
{
return
request
({
url
:
'kettle/transMonitor/getAllSuccessCount'
,
data
,
method
:
'post'
})
}
// 获取执行失败的数
export
function
getAllFailCount
(
data
)
{
return
request
({
url
:
'kettle/transMonitor/getAllFailCount'
,
data
,
method
:
'post'
})
}
// //添加转换
// export function insert(data) {
...
...
src/views/watch/transform.vue
View file @
2d8a2062
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