From cb790f86d04bc2fb771fe715cf6d8dd5c930450e Mon Sep 17 00:00:00 2001
From: jiangzhe <244140623@qq.com>
Date: Thu, 4 Jul 2024 10:54:32 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E5=A4=8D=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/system/tenant/types.ts | 2 ++
.../catalogPerson/components/FileList.vue | 2 +-
src/views/system/tenant/index.vue | 26 ++++++++++++++++---
3 files changed, 26 insertions(+), 4 deletions(-)
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 @@
+
+
+
+
+
+
+
+
+
+