mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
Merge pull request #153 from jumpserver/jym_fix
fix: 修改资产详情网域字段显示,以及去掉一些多余的东西
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'),
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user