diff --git a/packDetail/pages/sjdyj/index.vue b/packDetail/pages/sjdyj/index.vue index d100c96..19599d0 100644 --- a/packDetail/pages/sjdyj/index.vue +++ b/packDetail/pages/sjdyj/index.vue @@ -23,11 +23,11 @@ @scrolltolower="lower" v-if="List.length != 0"> - + - {{item.stationName}} + {{item.fullDeviceName}} @@ -41,18 +41,18 @@ {{it}} - - - {{Item.name}} + + + {{item.itemName?item.itemName:''}} - - {{Item.val}} + + {{item.survValue?item.survValue:''}} - - {{Item.valLow}}~{{Item.valHeight}} + + {{item.normalValue?item.normalValue:''}} - - {{Item.unit}} + + {{item.survUnit?item.survUnit:''}} @@ -117,7 +117,7 @@ return { List: [], baseUrl: configService.apiUrl, - tabList: ['监测指标名称', '监测指标值', '阈值范围', '单位'], + tabList: ['监测项', '监测值', '阈值范围', '单位'], array: [], index: '', sampTime: '', @@ -320,7 +320,6 @@ } else { this.List = this.List.concat(data); } - // 更新分页状态 const total = res.data.data.total || 0; if (total > 0) { @@ -615,10 +614,12 @@ background-color: white; padding: 10rpx 30rpx; margin-top: 20rpx; + border-bottom: 20rpx solid #f3f3f3; } .itembox:first-child { margin-top: 0; + border-top: 20rpx solid #f3f3f3; } .itembox_top { @@ -736,6 +737,7 @@ font-family: Source Han Sans SC; font-weight: 400; color: #667482; + text-align: center; } .zbz { @@ -784,10 +786,12 @@ color: #2F3841; display: inline-block; padding-bottom: 8rpx; + text-align: center; } .tabitem:first-child { - width: 31%; + width: 32%; + text-align: center; } .tabitem:nth-child(2) { diff --git a/pages/maps/index - 副本.vue b/pages/maps/index - 副本.vue index 05c011d..18ccf4c 100644 --- a/pages/maps/index - 副本.vue +++ b/pages/maps/index - 副本.vue @@ -1,194 +1,355 @@ \ No newline at end of file diff --git a/pages/maps/index.vue b/pages/maps/index.vue index c8a90f6..5d823b1 100644 --- a/pages/maps/index.vue +++ b/pages/maps/index.vue @@ -1,6 +1,6 @@