Compare commits

..

No commits in common. "2cc680ab7f85db7c21b913b00e6e6977853b8fe1" and "7b124b791a66f49862e566f795edd0107acdae29" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -42,13 +42,13 @@
style="width:150px"></u-subsection>
</u-form-item>
<view class="" v-if="o.isHandle == 1">
<u-form-item label="处理图片" prop="handlePics" borderBottom required>
<u-form-item label="现场图片" prop="handlePics" borderBottom required>
<u-upload accept="image" :fileList="o.handlePics"
@afterRead="(e)=>afterRead(e,o,index,i)"
@delete="(e)=>deletePic(e,o,index,i)" name="handlePics" multiple
:maxCount="10"></u-upload>
</u-form-item>
<u-form-item label="处理视频" prop="handleVideos" borderBottom>
<u-form-item label="现场视频" prop="handleVideos" borderBottom>
<u-upload accept="video" :fileList="o.handleVideos"
@afterRead="(e)=>afterRead(e,o,index,i)"
@delete="(e)=>deletePic(e,o,index,i)" name="handleVideos" multiple