Merge branch 'boardmodify3'

This commit is contained in:
nevermoregb 2025-03-11 15:03:50 +09:00
commit 9c47467ba7

View File

@ -60,7 +60,7 @@
<i class="fa-solid fa-download me-2"></i> <i class="fa-solid fa-download me-2"></i>
첨부파일 ({{ attachments.length }}) 첨부파일 ({{ attachments.length }})
</button> </button>
<ul class="dropdown-menu"> <ul class="dropdown-menu" style="z-index: 1004">
<li v-for="(attachment, index) in attachments" :key="index"> <li v-for="(attachment, index) in attachments" :key="index">
<a class="dropdown-item" href="#" @click.prevent="downloadFile(attachment)"> <a class="dropdown-item" href="#" @click.prevent="downloadFile(attachment)">
{{ attachment.originalName }}.{{ attachment.extension }} {{ attachment.originalName }}.{{ attachment.extension }}