fix: 优化用户页面中的资产详情dialog数据显示

This commit is contained in:
jym503558564
2020-07-02 17:12:07 +08:00
parent 8105306278
commit 96863322ac

View File

@@ -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>