Merge pull request #153 from jumpserver/jym_fix

fix: 修改资产详情网域字段显示,以及去掉一些多余的东西
This commit is contained in:
Orange
2020-07-07 19:12:11 +08:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<QuickActions type="primary" :actions="quickActions" />
</el-col>
</el-row>
</template>a
</template>
<script type="text/jsx">
import DetailCard from '@/components/DetailCard'

View File

@@ -9,7 +9,7 @@
<LabelCard type="warning" style="margin-top: 15px" v-bind="labelConfig" />
</el-col>
</el-row>
</template>a
</template>
<script>
import DetailCard from '@/components/DetailCard'
@@ -176,7 +176,7 @@ export default {
},
{
key: this.$t('assets.Domain'),
value: this.object.domain
value: this.object.domain_display
},
{
key: this.$t('assets.Vendor'),

View File

@@ -8,7 +8,7 @@
<RelationCard v-if="object.protocol === 'ssh'" ref="RelationCard" type="info" style="margin-top: 15px" v-bind="nodeRelationConfig" />
</el-col>
</el-row>
</template>a
</template>
<script>
import DetailCard from '@/components/DetailCard'