master
parent
3a13cbe626
commit
6c2403856b
|
|
@ -37,7 +37,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="" v-if="o.isHandle == 1">
|
||||
<view style="" class="itemEve">
|
||||
<view style="" class="itemEve" v-if="o.handlePics.length">
|
||||
<text>处理图片:</text>
|
||||
<view class="" v-for="item in o.handlePics">
|
||||
<image :src="item.url" style="width: 80px;height: 80px;margin: 5px;" @click="previewImage(item)"></image>
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view style="display: flex;" class="itemEve">
|
||||
<text>问题描述:</text <text>{{o.handleDesc}}</text>
|
||||
<text>处理描述:</text <text>{{o.handleDesc}}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
@delete="(e)=>deletePic(e,o,index,i)" name="handleVideos" multiple
|
||||
:maxCount="10"></u-upload>
|
||||
</u-form-item>
|
||||
<u-form-item label="问题描述" prop="handleDesc" borderBottom required>
|
||||
<u-form-item label="处理描述" prop="handleDesc" borderBottom required>
|
||||
<u--textarea v-model="o.handleDesc" placeholder="请输入内容"></u--textarea>
|
||||
</u-form-item>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</view>
|
||||
<view class="itemC">
|
||||
<text>任务类型</text>
|
||||
<text>{{taskType == 0? "日常巡查" : taskType == 2 ? "特别检查" : taskType == 3 ? "汛前巡检" : '' }}</text>
|
||||
<text>{{taskType == 1? "日常巡查" : taskType == 2 ? "特别检查" : taskType == 3 ? "汛前巡检" : '' }}</text>
|
||||
</view>
|
||||
<view class="itemC">
|
||||
<text>任务内容</text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue