修改app测试问题

This commit is contained in:
GGJ
2024-11-06 11:19:28 +08:00
parent 26066db3fd
commit b32cb0b11f
11 changed files with 47 additions and 42 deletions

View File

@@ -12,7 +12,7 @@
<view class="mb5"> 工程名称{{ detail.engineeringName }} </view>
<view class="mb5"> 事件名称{{ detail.showName }}</view>
<view class="mb5" v-for="(item, textIndex) in detail.dataSet" :key="textIndex">
{{ item.showName + ':' + (item.value == 3.1415926 ? '-' : item.value) + (item.unit || '') }}
{{ item.showName + '' + (item.value == 3.1415926 ? '-' : item.value) + (item.unit || '') }}
</view>
</view>
<view class="detail-content">