| | |
| | | <u-collapse-item :name="n.itemId" :title="i.title" :disabled="true" :clickable="false" |
| | | :isLink="false"> |
| | | <view class="mb-20" v-if="n.imageUrls"> |
| | | <view class="f-26 mb-10 c-00">照片</view> |
| | | <view class="f-26 mb-10 c-00">附件</view> |
| | | <view class="flex flex-wrap"> |
| | | <view class="mr-20" v-for="r in ($setImageUrl(n.imageUrls))"> |
| | | <u-image :src="r" width="140rpx" height="140rpx" |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="mb-20" v-if="n.remark"> |
| | | <!-- <view class="mb-20" v-if="n.remark"> |
| | | <view class="f-26 mb-10 c-00">描述</view> |
| | | <view class="f-28 c-00"> |
| | | {{n.remark}} |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | |
| | | <!-- <view class="mb-20" v-if="roleType == 2 || (roleType == 1 && n.rectificationImageUrls)"> |
| | | <view class="f-26 mb-10 c-00">整改后照片</view> |