From 37b6a43c624dd1387a1f7fcaea51505ccb6b0942 Mon Sep 17 00:00:00 2001
From: chao <3072464591@QQ.com>
Date: Fri, 26 Apr 2024 15:19:41 +0800
Subject: [PATCH] =?UTF-8?q?feat():=20=E8=B5=84=E4=BA=A7=E6=A8=A1=E5=9E=8B?=
=?UTF-8?q?=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../dashlboard/OverallAssetStructure.vue | 32 ++--
.../dashlboard/OverallSpecificAssets.vue | 156 ++++++++----------
src/views/data/structure/index.vue | 81 +++++----
3 files changed, 135 insertions(+), 134 deletions(-)
diff --git a/src/views/data/structure/dashlboard/OverallAssetStructure.vue b/src/views/data/structure/dashlboard/OverallAssetStructure.vue
index 164c218..53ec748 100644
--- a/src/views/data/structure/dashlboard/OverallAssetStructure.vue
+++ b/src/views/data/structure/dashlboard/OverallAssetStructure.vue
@@ -5,9 +5,9 @@
资产模型基本信息
- sys_user
- 用户表
- 12536
+ {{tableName}}
+ {{tableNameAnnotation}}
+ {{tableDataCount}}
是
@@ -18,30 +18,30 @@
资产模型详细信息
-
-
+
+
-
- {{scope.row.isPrimaryKey}}
+
+ {{scope.row.primaryOrNot}}
-
-
+
+
-
- {{scope.row.isNull}}
+
+ {{scope.row.nullOrNot}}
-
+
{{scope.row.isDict}}
@@ -173,6 +173,12 @@