From 24a850c99fdb2c9f06d465a9ad1b76c3cf1c6b12 Mon Sep 17 00:00:00 2001 From: OrangeM21 Date: Thu, 2 Jul 2020 12:01:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3Dialog=20Title=20?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/userviews/assets/index.vue | 6 +++++- src/views/xpack | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/userviews/assets/index.vue b/src/userviews/assets/index.vue index 07dcfc592..b3b7d334a 100644 --- a/src/userviews/assets/index.vue +++ b/src/userviews/assets/index.vue @@ -40,7 +40,7 @@ export default { formatter: DialogDetailFormatter, showOverflowTooltip: true, formatterArgs: { - getDialogTile: function({ col, row, cellValue }) { this.$t('assets.AssetDetail') }.bind(this), + getDialogTitle: function({ col, row, cellValue }) { this.$t('assets.AssetDetail') }.bind(this), getDetailItems: function({ col, row, cellValue }) { return [ { @@ -62,6 +62,10 @@ export default { { key: this.$t('assets.Domain'), value: row.domain + }, + { + key: this.$t('assets.Comment'), + value: row.comment } ] }.bind(this) diff --git a/src/views/xpack b/src/views/xpack index 70fdc6118..0d83cbd82 160000 --- a/src/views/xpack +++ b/src/views/xpack @@ -1 +1 @@ -Subproject commit 70fdc6118b28aa7eaedd8415673b6da064f48d9a +Subproject commit 0d83cbd8263efab4d08c80f012aef0a4b7974be8