fix: 采集器状态组件引入

This commit is contained in:
jackhoo_98 2023-03-31 13:51:03 +08:00
parent 0998f4bc79
commit 008cd45ce7
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
<script setup lang="ts">
import type { ActionsType } from '@/components/Table/index';
import { PropType } from 'vue';
import BadgeStatus from '@/components/BadgeStatus/index.vue';
type EmitProps = {
// (e: 'update:modelValue', data: Record<string, any>): void;