diff --git a/nezha-fronted/src/components/common/table/settings/moduleTable.vue b/nezha-fronted/src/components/common/table/settings/moduleTable.vue
index 21b39a996..ed0781dbe 100644
--- a/nezha-fronted/src/components/common/table/settings/moduleTable.vue
+++ b/nezha-fronted/src/components/common/table/settings/moduleTable.vue
@@ -76,6 +76,9 @@
/>
+
+ {{scope.row.panel ? scope.row.panel.name : '-'}}
+
{{scope.row[item.prop]}}
{{scope.row[item.prop]}}
-
@@ -178,8 +181,12 @@ export default {
show: true,
width: 120,
sortable: 'custom'
- },
- {
+ }, {
+ label: this.$t('model.dashboardtemplate'),
+ prop: 'panel',
+ minWidth: 150,
+ show: false
+ }, {
label: this.$t('overall.remark'),
prop: 'remark',
show: true,