From 2baf2d4c6c679bb4b56d5fd90dfed57742282068 Mon Sep 17 00:00:00 2001 From: chao <3072464591@QQ.com> Date: Wed, 1 May 2024 11:26:31 +0800 Subject: [PATCH] =?UTF-8?q?feat():=20=E6=95=B0=E6=8D=AE=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/data/structure.js | 10 +++ src/views/data/accredit/index.vue | 1 - src/views/data/show/index.vue | 144 ++++++++++++++++-------------- 3 files changed, 87 insertions(+), 68 deletions(-) diff --git a/src/api/data/structure.js b/src/api/data/structure.js index b9581cc..d4da2e5 100644 --- a/src/api/data/structure.js +++ b/src/api/data/structure.js @@ -32,3 +32,13 @@ export function findByAssetStructureTableIdlist(assetStructureTableId) { method: 'get' }) } + + + +// 查询数据源信息详细 +export function tableDetailsValue(id) { + return request({ + url: '/data/details/tableDetailsValue/' + id, + method: 'post' + }) +} diff --git a/src/views/data/accredit/index.vue b/src/views/data/accredit/index.vue index e1a2ee5..18959e8 100644 --- a/src/views/data/accredit/index.vue +++ b/src/views/data/accredit/index.vue @@ -65,7 +65,6 @@ export default { item.type = "dataSource" } ) - }) }, expandTable( node, resolve){ diff --git a/src/views/data/show/index.vue b/src/views/data/show/index.vue index c447190..ec8cb8f 100644 --- a/src/views/data/show/index.vue +++ b/src/views/data/show/index.vue @@ -3,13 +3,16 @@
-
{{ data.name + '('+data.databaseName + '-' + data.systemName+')' }}
-
{{ data.name + '-'+data.as + '(' + data.dataTotal+'条)' }}
+
+ {{ data.dataSourceName + '(' + data.dataSourceDatabaseName + '-' + data.dataSourceSystemName + ')' }} +
+
+ {{ data.tableName + '-' + data.tableNameAnnotation + '(' + data.tableDataCount + '条)' }} +
@@ -20,9 +23,9 @@ 资产模型基本信息 - sys_user - 用户表 - 12536 + {{tableName}} + {{tableNameAnnotation}} + {{tableDataCount}} @@ -34,12 +37,12 @@ 模型数据 - - + + - {{asset.type}} + {{asset.mappingType}} - {{asset.value}} + {{value}} @@ -52,8 +55,16 @@