diff --git a/src/api/property/astr.js b/src/api/property/astr.js index c2dc1cd..4eef47c 100644 --- a/src/api/property/astr.js +++ b/src/api/property/astr.js @@ -6,3 +6,10 @@ export function getExtractDataTableNameList() { method: 'post', }) } + +export function findTableValue(id,dataName) { + return request({ + url: '/property/dataRunName/findTableValue?basicId='+id +"&dataName="+dataName, + method: 'post', + }) +} diff --git a/src/views/property/asDisplay/index.vue b/src/views/property/asDisplay/index.vue index fed95b0..55d56b7 100644 --- a/src/views/property/asDisplay/index.vue +++ b/src/views/property/asDisplay/index.vue @@ -1,62 +1,150 @@ + 数据资产结构 - Aside - - Header - Main - Footer - - + + + + + + + + + + + + + + + 表名称 + {{ tableBasic.name }} + + + 表备注 + {{ tableBasic.tableRemark }} + + + 数据量 + {{ dataNum }} + + + 是否核心 + + + + + + + + + + + + + + + 资产模型详细信息 + + + + + + + + {{scope.row.primarys }} + + + NO + + + + + {{this.javaType.type}} + + + + + + + - - diff --git a/src/views/property/asauth/index.vue b/src/views/property/asauth/index.vue index fed95b0..55d56b7 100644 --- a/src/views/property/asauth/index.vue +++ b/src/views/property/asauth/index.vue @@ -1,62 +1,150 @@ + 数据资产结构 - Aside - - Header - Main - Footer - - + + + + + + + + + + + + + + + 表名称 + {{ tableBasic.name }} + + + 表备注 + {{ tableBasic.tableRemark }} + + + 数据量 + {{ dataNum }} + + + 是否核心 + + + + + + + + + + + + + + + 资产模型详细信息 + + + + + + + + {{scope.row.primarys }} + + + NO + + + + + {{this.javaType.type}} + + + + + + + - - diff --git a/src/views/property/astr/index.vue b/src/views/property/astr/index.vue index 7b202a2..14ea6c1 100644 --- a/src/views/property/astr/index.vue +++ b/src/views/property/astr/index.vue @@ -1,82 +1,151 @@ + 数据资产结构 - - + + + + - - Header - Main - Footer - + + + + + + + + + + + 表名称 + {{ tableBasic.name }} + + + 表备注 + {{ tableBasic.tableRemark }} + + + 数据量 + {{ dataNum }} + + + 是否核心 + + + + + + + + + + + + + + + 资产模型详细信息 + + + + + + + + {{scope.row.primarys }} + + + NO + + + + + {{this.javaType.type}} + + + + + + - - -