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