diff --git a/src/component/page/index.vue b/src/component/page/index.vue
index 60d051f..f6df22f 100644
--- a/src/component/page/index.vue
+++ b/src/component/page/index.vue
@@ -224,6 +224,6 @@ watch(
{{ t("page.confirm") }}
- 共{{count}}条
+ 共{{ count }}条
diff --git a/src/component/table/TablePage.vue b/src/component/table/TablePage.vue
index 0def21f..e9e9038 100644
--- a/src/component/table/TablePage.vue
+++ b/src/component/table/TablePage.vue
@@ -21,7 +21,7 @@ export interface TablePageProps {
total: number;
limit: number;
theme?: string;
- count?:number;
+ count?: number;
}
const props = withDefaults(defineProps(), {