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
dd96c911
Commit
dd96c911
authored
Dec 09, 2024
by
LiXuyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
f5c6287a
4c56ac07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
index.vue
src/views/dataService/serviceManage/onlineManage/index.vue
+9
-4
No files found.
src/views/dataService/serviceManage/onlineManage/index.vue
View file @
dd96c911
...
@@ -28,9 +28,9 @@
...
@@ -28,9 +28,9 @@
},
},
{
{
icon:'ant-design:fund-projection-screen-outlined',
icon:'ant-design:fund-projection-screen-outlined',
tooltip:'',
tooltip:'
服务监控
',
/*label: '详情',*/
/*label: '详情',*/
onClick:
other
.bind(null, record),
onClick:
monitorInfo
.bind(null, record),
ifShow: () => {
ifShow: () => {
return record.flag !== '开发中';
return record.flag !== '开发中';
},
},
...
@@ -244,8 +244,13 @@ function Settings() {
...
@@ -244,8 +244,13 @@ function Settings() {
}
}
/**按钮*/
/**按钮*/
function
other
()
{
function
monitorInfo
(
record
)
{
router
.
push
({
path
:
'/dataService/serviceMonitor/monitorInfo'
,
query
:
{
id
:
record
.
businessId
,
},
});
}
}
/**api详情按钮*/
/**api详情按钮*/
function
apiDetail
()
{
function
apiDetail
()
{
...
...
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