fix:修改下弹窗的 detail的位置

This commit is contained in:
zhangyu
2021-04-22 15:55:07 +08:00
parent b4aafcd78f
commit f39bafb8fc
3 changed files with 4 additions and 2 deletions

View File

@@ -123,9 +123,9 @@ export default {
},
endpoint: {
endpointTabTitle: [
{ prop: 'panel', name: 'Detail' },
{ prop: 'endpointQuery', name: 'Query' },
{ prop: 'endpointAlertMessage', name: 'Alerts' },
{ prop: 'panel', name: 'Detail' }
{ prop: 'endpointAlertMessage', name: 'Alerts' }
]
}
}