diff --git a/src/api/monitor/operlog.js b/src/api/monitor/operlog.js index a04bca84002706b7dffdaca9e1427cb08a6dcc6f..8b19a4e2da41f2264fe7c8a13eaebed6e9a50d51 100644 --- a/src/api/monitor/operlog.js +++ b/src/api/monitor/operlog.js @@ -24,3 +24,13 @@ export function cleanOperlog() { method: 'delete' }) } + +// 业务监控接口 +export function business(query) { + return request({ + url: '/monitor/operlog/business', + method: 'get', + params: query + }) +} + diff --git a/src/views/monitor/operlog/business.vue b/src/views/monitor/operlog/business.vue new file mode 100644 index 0000000000000000000000000000000000000000..01e33656338a655704cde5deea1569a7ac924162 --- /dev/null +++ b/src/views/monitor/operlog/business.vue @@ -0,0 +1,68 @@ + + + + diff --git a/src/views/monitor/operlog/chartAndTables.vue b/src/views/monitor/operlog/chartAndTables.vue new file mode 100644 index 0000000000000000000000000000000000000000..ab95ffdce4a03457714d787990e8ed521b667ac0 --- /dev/null +++ b/src/views/monitor/operlog/chartAndTables.vue @@ -0,0 +1,146 @@ + + + + diff --git a/src/views/monitor/operlog/moduleBarChart.vue b/src/views/monitor/operlog/moduleBarChart.vue new file mode 100644 index 0000000000000000000000000000000000000000..b4e83f9cefb935d9a5e865fc205685ff38d5ccfb --- /dev/null +++ b/src/views/monitor/operlog/moduleBarChart.vue @@ -0,0 +1,132 @@ + + +