fix: 采集器状态组件引入
This commit is contained in:
parent
0998f4bc79
commit
008cd45ce7
|
@ -80,6 +80,7 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import type { ActionsType } from '@/components/Table/index';
|
import type { ActionsType } from '@/components/Table/index';
|
||||||
import { PropType } from 'vue';
|
import { PropType } from 'vue';
|
||||||
|
import BadgeStatus from '@/components/BadgeStatus/index.vue';
|
||||||
|
|
||||||
type EmitProps = {
|
type EmitProps = {
|
||||||
// (e: 'update:modelValue', data: Record<string, any>): void;
|
// (e: 'update:modelValue', data: Record<string, any>): void;
|
||||||
|
|
Loading…
Reference in New Issue