diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index 575f7c77c..705210e7b 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -15,7 +15,7 @@ - @@ -23,6 +23,11 @@ + + @@ -51,6 +56,8 @@ from: String, //来自哪个页面 targetTab: String, //展示哪个页签 detail: Array, //对象详情内容 + + assetDetail: Array, //endpoint页的asset详情 }, data() { return {} diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/commonDetailTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/commonDetailTab.vue index 14fa59f8d..15d083093 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/commonDetailTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/commonDetailTab.vue @@ -9,12 +9,13 @@ -
{{$t("overall.detail")}}