diff --git a/pages/contractors/basicInfo.vue b/pages/contractors/basicInfo.vue index 4a8ba886..13d02457 100644 --- a/pages/contractors/basicInfo.vue +++ b/pages/contractors/basicInfo.vue @@ -65,7 +65,8 @@
- 承包商名称 + + 承包项目名称 {{item.cbsName || '--'}} diff --git a/pages/standardScheduleNews/recordDetail.vue b/pages/standardScheduleNews/recordDetail.vue index 02bc0482..9986715d 100644 --- a/pages/standardScheduleNews/recordDetail.vue +++ b/pages/standardScheduleNews/recordDetail.vue @@ -5,7 +5,7 @@ 进度管理系统 - + 进度详情 @@ -81,6 +81,7 @@ export default { data() { return { + mobileTopHeight: 0, itemFrom: {}, userInfo: {}, tableData: [], @@ -88,6 +89,12 @@ } }, onLoad(option) { + uni.getSystemInfo({ + success(res) { + that.mobileTopHeight = res.statusBarHeight ? res.statusBarHeight : 0; + console.log(res) + } + }) this.itemFrom = JSON.parse(option.obj); console.log(this.itemFrom, 666777) if (this.itemFrom) { @@ -137,6 +144,7 @@ width: 100%; box-sizing: border-box; padding: 20rpx 16rpx; + // height: calc(100vh - 88rpx - 32rpx); .title { margin: 20rpx; @@ -163,11 +171,11 @@ } .type-img { - margin-top: 20rpx; display: flex; flex-wrap: wrap; image { + margin-top: 20rpx; width: 280rpx; height: 200rpx; margin-right: 20rpx;