mirror of https://github.com/veops/cmdb.git
Merge branch 'master' of github.com:veops/cmdb
This commit is contained in:
commit
b62f0e96fd
|
@ -16,9 +16,9 @@
|
||||||
<a-tab-pane key="5" :tab="$t('cmdb.ciType.relationAD')">
|
<a-tab-pane key="5" :tab="$t('cmdb.ciType.relationAD')">
|
||||||
<RelationAD :CITypeId="CITypeId"></RelationAD>
|
<RelationAD :CITypeId="CITypeId"></RelationAD>
|
||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
<a-tab-pane key="6" :tab="$t('cmdb.components.relationGrant')">
|
<a-tab-pane key="6" :tab="$t('cmdb.ciType.grant')">
|
||||||
<GrantComp :CITypeId="CITypeId" resourceType="CIType" :resourceTypeName="CITypeName"></GrantComp>
|
<GrantComp :CITypeId="CITypeId" resourceType="CIType" :resourceTypeName="CITypeName"></GrantComp>
|
||||||
<div class="citype-detail-title">{{ $t('cmdb.ciType.relation') }}</div>
|
<div class="citype-detail-title">{{ $t('cmdb.components.relationGrant') }}</div>
|
||||||
<RelationTable isInGrantComp :CITypeId="CITypeId" :CITypeName="CITypeName"></RelationTable>
|
<RelationTable isInGrantComp :CITypeId="CITypeId" :CITypeName="CITypeName"></RelationTable>
|
||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
</a-tabs>
|
</a-tabs>
|
||||||
|
|
Loading…
Reference in New Issue