Merge branch 'boardmodify3'
This commit is contained in:
commit
9c47467ba7
@ -60,7 +60,7 @@
|
||||
<i class="fa-solid fa-download me-2"></i>
|
||||
첨부파일 ({{ attachments.length }}개)
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<ul class="dropdown-menu" style="z-index: 1004">
|
||||
<li v-for="(attachment, index) in attachments" :key="index">
|
||||
<a class="dropdown-item" href="#" @click.prevent="downloadFile(attachment)">
|
||||
{{ attachment.originalName }}.{{ attachment.extension }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user