mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 修正Dialog Title 错误
This commit is contained in:
@@ -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)
|
||||
|
||||
Submodule src/views/xpack updated: 70fdc6118b...0d83cbd826
Reference in New Issue
Block a user