Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
15526b48
Commit
15526b48
authored
Nov 25, 2024
by
曹泽华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据服务 服务监控-开发者/管理员
parent
49471aac
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
96 additions
and
110 deletions
+96
-110
index.vue
src/views/dataService/serviceDevelopment/index.vue
+95
-94
index.vue
src/views/dataService/serviceMonitor/index.vue
+1
-16
No files found.
src/views/dataService/serviceDevelopment/index.vue
View file @
15526b48
This diff is collapsed.
Click to expand it.
src/views/dataService/serviceMonitor/index.vue
View file @
15526b48
...
...
@@ -82,7 +82,7 @@
const
APIRate
=
ref
(
'375'
);
const
[
registerTable
,
{
reload
,
updateTableDataRecord
,
getSearchInfo
,
getForm
,
getRowSelection
},
{
reload
,
updateTableDataRecord
,
setTableData
,
getSearchInfo
,
getForm
,
getRowSelection
},
]
=
useTable
({
title
:
'执行中请求'
,
scroll
:
{
y
:
500
},
...
...
@@ -127,27 +127,12 @@
},
});
function
handleImport
()
{
openImportModal
(
true
,
{});
}
function
handleLog
()
{
router
.
push
({
path
:
'/dataService/serviceMonitor/useLog'
,
});
}
function
handleDeleteIds
()
{
createConfirm
({
iconType
:
'warning'
,
title
:
'确认删除'
,
content
:
'确认批量删除选中数据吗?'
,
onOk
()
{
createMessage
.
success
(
'批量删除成功!'
);
},
});
}
/** 部门树的select*/
function
handleSelect
(
key
)
{
if
(
key
!==
null
&&
key
!==
undefined
)
{
...
...
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