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