diff --git a/nezha-fronted/src/components/common/table/settings/modelTable.vue b/nezha-fronted/src/components/common/table/settings/modelTable.vue
index adc2a5838..d4c7af123 100644
--- a/nezha-fronted/src/components/common/table/settings/modelTable.vue
+++ b/nezha-fronted/src/components/common/table/settings/modelTable.vue
@@ -63,6 +63,9 @@
+
+ {{scope.row.panel ? scope.row.panel.name : '-'}}
+
{{utcTimeToTimezoneStr(scope.row[item.prop])}}
@@ -165,6 +168,11 @@ export default {
prop: 'type',
minWidth: 200,
show: true
+ }, {
+ label: this.$t('model.dashboardtemplate'),
+ prop: 'panel',
+ minWidth: 200,
+ show: false
}, {
label: this.$t('config.model.sysObjectId'),
prop: 'sysObjectId',