fix: 申请ct页面添加组件
parent
16911f7c08
commit
57d215590c
|
@ -14,6 +14,7 @@
|
|||
<fusion-sphere-clone :type="type" v-if="type == 'FUSIONSPHERE' && this.serverId" @type="setType" :item-data="itemData" :disabled="disabled" ref="node"></fusion-sphere-clone>
|
||||
<fusion-sphere :type="type" v-if="type == 'FUSIONSPHERE' && !this.serverId" @type="setType" :item-data="itemData" :disabled="disabled" ref="node"></fusion-sphere>
|
||||
<sangFor :type="type" v-if="type == 'SANGFOR'" @type="setType" :item-data="itemData" :disabled="disabled" ref="node"></sangFor>
|
||||
<cloudTower :type="type" v-if="type == 'CLOUDTOWER'" @type="setType" :item-data="itemData" :disabled="disabled" ref="node"></cloudTower>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -31,6 +32,8 @@ import smart from './smart/index.vue'
|
|||
import fusionSphere from './fusionSphere/index.vue'
|
||||
import fusionSphereClone from './fusionSphere/clone.vue'
|
||||
import sangFor from './sangfor/index.vue'
|
||||
import cloudTower from './cloudTower/index.vue'
|
||||
|
||||
export default {
|
||||
props: {
|
||||
itemData: {
|
||||
|
@ -40,7 +43,7 @@ export default {
|
|||
type: Boolean
|
||||
}
|
||||
},
|
||||
components: { vc, ali, op, huawei, tencent, aws, tce, azure, smart, fusionSphere, fusionSphereClone, easyStack, sangFor },
|
||||
components: { vc, ali, op, huawei, tencent, aws, tce, azure, smart, fusionSphere, fusionSphereClone, easyStack, sangFor, cloudTower },
|
||||
data() {
|
||||
return {
|
||||
type: '',
|
||||
|
|
Loading…
Reference in New Issue