diff --git a/src/api/system/tenant/types.ts b/src/api/system/tenant/types.ts
index 25395fa..4df5785 100644
--- a/src/api/system/tenant/types.ts
+++ b/src/api/system/tenant/types.ts
@@ -43,4 +43,6 @@ export interface TenantForm {
expireTime: string;
accountCount: number;
status: string;
+ personTotalVolume: string;
+ schoolTotalVolume: string;
}
diff --git a/src/views/resource/catalogPerson/components/FileList.vue b/src/views/resource/catalogPerson/components/FileList.vue
index 9774680..07088c5 100644
--- a/src/views/resource/catalogPerson/components/FileList.vue
+++ b/src/views/resource/catalogPerson/components/FileList.vue
@@ -44,7 +44,7 @@
-
+
{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue
index 5e7cc1f..e65b185 100644
--- a/src/views/system/tenant/index.vue
+++ b/src/views/system/tenant/index.vue
@@ -128,6 +128,18 @@
+
+
+
+
+
+
+
+
+
+