添加主机身份卡片视图.
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
</script>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { computed, onUnmounted, ref } from 'vue';
|
||||
import { useAppStore, useCacheStore } from '@/store';
|
||||
import HostTable from './components/host-table.vue';
|
||||
import HostCardList from '@/views/asset/host/components/host-card-list.vue';
|
||||
import HostFormModal from './components/host-form-modal.vue';
|
||||
@@ -37,6 +35,9 @@
|
||||
import { getTagList } from '@/api/meta/tag';
|
||||
import { Message } from '@arco-design/web-vue';
|
||||
|
||||
import { computed, onUnmounted, ref } from 'vue';
|
||||
import { useAppStore, useCacheStore } from '@/store';
|
||||
|
||||
const table = ref();
|
||||
const card = ref();
|
||||
const modal = ref();
|
||||
|
||||
Reference in New Issue
Block a user