diff --git a/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue b/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue new file mode 100644 index 000000000..d63d76f9b --- /dev/null +++ b/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue @@ -0,0 +1,234 @@ + + + + + + {{item.label}} + + + + + + + + + + + + + {{item.name}} + 2FA + + + + @{{item.username}} + + + + + + + + + + diff --git a/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue b/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue index 5896cc37f..6b11d66bf 100644 --- a/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue +++ b/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue @@ -301,6 +301,8 @@ export default { this.targetTab = 'cabinet' } else if (this.from === fromRoute.terminalLog) { this.targetTab = 'cmdTab' + } else if (this.from === fromRoute.user) { + this.targetTab = 'operationLogTab' } } } diff --git a/nezha-fronted/src/components/page/config/user.vue b/nezha-fronted/src/components/page/config/user.vue index 93f4841ba..4889e4be7 100644 --- a/nezha-fronted/src/components/page/config/user.vue +++ b/nezha-fronted/src/components/page/config/user.vue @@ -1,13 +1,67 @@ + + + + + + + + + + + + + + + + / {{pageObj.pages}} + + + +