赞太列表

This commit is contained in:
仲么了
2023-09-22 10:22:56 +08:00
parent 464831f206
commit a17e785d3e
4 changed files with 61 additions and 67 deletions

View File

@@ -7,24 +7,13 @@
</view>
<view class="detail-content">
<view class="detail-content-title mb20">基础信息</view>
<view class="mb10">{{ detail.title }}</view>
<view>
{{ detail.engineeringName + '' + detail.projectName }}
</view>
<view class="mb10" style="font-size: 28rpx;"> {{ detail.showName }}</view>
<view class="mb5"> 设备名称{{ detail.title }}</view>
<view class="mb5"> 项目名称{{ detail.projectName }} </view>
<view class="mb5"> 工程名称{{ detail.engineeringName }} </view>
<view v-for="(item, textIndex) in detail.dataSet" :key="textIndex">
{{ item.showName + ':' + item.value + (item.unit || '') }}
</view>
<!-- <view class="space-between">请您评价本次事件是否对设备造成影响
</view> -->
</view>
<view class="detail-content">
<view class="detail-content-title mb20">瞬时波形图</view>
<image style="width: 100%" src="/static/boxing1.jpeg" mode="widthFix" />
</view>
<view class="detail-content">
<view class="detail-content-title mb20">RMS波形图</view>
<image style="width: 100%" src="/static/boxing2.jpeg" mode="widthFix" />
</view>
</view>
</Cn-page>
@@ -43,7 +32,9 @@ export default {
console.log(options.detail)
this.detail = JSON.parse(decodeURIComponent(options.detail).replace(/百分比/g, '%'))
this.loading = false
updateStatus([this.detail.id])
if (this.detail.status != 1) {
updateStatus([this.detail.id])
}
},
methods: {},
}