添加上传图片两张

This commit is contained in:
wangyilin 2025-01-03 11:48:28 +08:00
parent 311b25aa48
commit 22a0f69217
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
/> />
<a-button class="btn-success" @click="selectFile">{{ btnLabel }}</a-button> <a-button class="btn-success" @click="selectFile">{{ btnLabel }}</a-button>
<input :idFile="idFile" type="file" style="display: none" ref="fileInput" /> <input :id="idFile" type="file" style="display: none" ref="fileInput" />
</div> </div>
</template> </template>