mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 优化用户页面中的资产详情dialog数据显示
This commit is contained in:
@@ -59,10 +59,6 @@ export default {
|
||||
key: this.$t('assets.Platform'),
|
||||
value: row.platform
|
||||
},
|
||||
{
|
||||
key: this.$t('assets.Domain'),
|
||||
value: row.domain
|
||||
},
|
||||
{
|
||||
key: this.$t('assets.Comment'),
|
||||
value: row.comment
|
||||
@@ -176,4 +172,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.el-card {
|
||||
border: 0 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user