mirror of
https://github.com/veops/cmdb.git
synced 2025-08-09 08:13:09 +08:00
fix: build error
This commit is contained in:
@@ -10,14 +10,11 @@
|
||||
<a-tab-pane key="3" :tab="$t('cmdb.ciType.autoDiscoveryTab')">
|
||||
<ADTab v-if="activeKey === '3'" :CITypeId="CITypeId"></ADTab>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="5" :tab="$t('cmdb.reconciliation.tab')">
|
||||
<ReconciliationTable ref="reconciliationTable" :CITypeId="CITypeId" :CITypeChangeDisabled="true" />
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="6" :tab="$t('cmdb.ciType.trigger')">
|
||||
<a-tab-pane key="5" :tab="$t('cmdb.ciType.trigger')">
|
||||
<TriggerTable ref="triggerTable" :CITypeId="CITypeId"></TriggerTable>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="7" :tab="$t('cmdb.ciType.grant')">
|
||||
<template v-if="activeKey === '7'">
|
||||
<a-tab-pane key="6" :tab="$t('cmdb.ciType.grant')">
|
||||
<template v-if="activeKey === '6'">
|
||||
<GrantComp :CITypeId="CITypeId" resourceType="CIType" :resourceTypeName="CITypeName"></GrantComp>
|
||||
<div class="citype-detail-title">{{ $t('cmdb.components.relationGrant') }}</div>
|
||||
<RelationTable isInGrantComp :CITypeId="CITypeId" :CITypeName="CITypeName"></RelationTable>
|
||||
|
@@ -70,7 +70,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<div class="setting-discovery-empty" v-else>
|
||||
<img class="setting-discovery-empty-img" :src="require(`@/modules/monitor/assets/empty-state.svg`)" />
|
||||
<img class="setting-discovery-empty-img" :src="require(`@/assets/data_empty.png`)" />
|
||||
<p class="setting-discovery-empty-text">{{ $t('noData') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user