perf: 审批中心图片压缩优化

This commit is contained in:
weifashi 2023-07-03 11:09:12 +08:00
parent 01fd5f78e8
commit eabbe82b39
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@
<Input type="textarea" v-model="commentData.content"></Input>
</FormItem>
<FormItem prop="pictures" :label="$L('图片')">
<ImgUpload v-model="commentData.pictures" :num="3" :width="512" :height="512" :whcut="1"></ImgUpload>
<ImgUpload v-model="commentData.pictures" :num="3" :width="2000" :height="2000" :whcut="0"></ImgUpload>
</FormItem>
</Form>
<div slot="footer" class="adaption">

View File

@ -172,7 +172,7 @@
<Input type="textarea" v-model="addData.description"></Input>
</FormItem>
<FormItem prop="other" :label="$L('图片')">
<ImgUpload v-model="addData.other" :num="3" :width="512" :height="512" :whcut="1"></ImgUpload>
<ImgUpload v-model="addData.other" :num="3" :width="2000" :height="2000" :whcut="0"></ImgUpload>
</FormItem>
</Form>
<div slot="footer" class="adaption">