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