Commit dd96c911 authored by LiXuyang's avatar LiXuyang

Merge remote-tracking branch 'origin/master'

parents f5c6287a 4c56ac07
...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment