diff --git a/src/views/Home/components/HeaderTitle/index.vue b/src/views/Home/components/HeaderTitle/index.vue index 03e6a4d..e6d350e 100644 --- a/src/views/Home/components/HeaderTitle/index.vue +++ b/src/views/Home/components/HeaderTitle/index.vue @@ -10,6 +10,7 @@ interface Props { topTitle: string tableData: any[] setDefaultPersonList: () => void + isInitialDone: boolean } const props = defineProps() @@ -26,7 +27,7 @@ const { t } = useI18n() > {{ topTitle }} -
+