检测优化
This commit is contained in:
parent
99ee9ac87e
commit
b357b7bdd9
@ -95,12 +95,14 @@
|
||||
<view class="qiu_">{{index +1}}</view>
|
||||
<text style="width: 46%;" >{{ item.title }}</text>
|
||||
<text class="times">{{ item.createTime }}</text>
|
||||
<text class="times">施工人员:{{ item.nickname }}</text>
|
||||
</view>
|
||||
<view style="display: flex;align-items: center;">
|
||||
<view class="xb_" v-if="index != detailData.stepInfos.length - 1 ">↓ </view>
|
||||
<text>{{ item.content }}</text>
|
||||
<view v-if="item.images" >
|
||||
<view v-for="it in item.images.split(',')">
|
||||
{{baseImageUrl+'/'+it}}
|
||||
<image :src="baseImageUrl+'/'+it" mode=""></image>
|
||||
</view>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user