|
|
@@ -176,7 +176,7 @@
|
|
|
<el-form-item prop="attachmentIds" label="收款凭证" class="upload-btn">
|
|
|
<el-upload style="margin: 0 10px 10px 0" :auto-upload="false" multiple v-if="!countForm.h"
|
|
|
:show-file-list="false" accept=".png, .jpg, .jpeg" @change="uploadImage" drag>
|
|
|
- <el-button size="large" icon="Plus" />
|
|
|
+ <el-button style="height: 0;" link size="large" icon="Plus" />
|
|
|
</el-upload>
|
|
|
<div class="imageDiv" v-for="(item, index) in imageUrl" :key="item">
|
|
|
<img :src="item" />
|
|
|
@@ -193,6 +193,12 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!-- <el-upload action="https://tennat.baoxianzhanggui.com/api/file/upload" drag
|
|
|
+ v-model:file-list="countForm.attachmentIds" multiple list-type="picture-card">
|
|
|
+ <el-icon>
|
|
|
+ <Plus />
|
|
|
+ </el-icon>
|
|
|
+ </el-upload> -->
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<template #footer>
|