图片固定

This commit is contained in:
shijingjing
2022-11-30 15:39:15 +08:00
parent 1fe564094c
commit 7c0254f34f
2 changed files with 11 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
<span style="margin-right: 8px"></span><span>上传佐证材料最多9张</span>
</div>
<div style="margin-top: 10px;">
<AiUploader :def.sync="form.files" :limit="9" multiple action="/admin/file/add2"></AiUploader>
<AiUploader v-model="form.files" :limit="9" multiple action="/admin/file/add2"></AiUploader>
</div>
</div>
</div>