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 @@ - +