From 799cd1df67a0806a6afb0302a0bd20089de1f2ec Mon Sep 17 00:00:00 2001 From: likexuan Date: Wed, 23 Nov 2022 10:38:13 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2415=20feat=20:=20module=20=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=20Dashboard=20tem?= =?UTF-8?q?plate=20=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/table/settings/moduleTable.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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[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,