Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
| 48 | <div class="card p-2 p-md-3"> | 48 | <div class="card p-2 p-md-3"> |
| 49 | <h4 class="text-bold color-main">FAX受信</h4> | 49 | <h4 class="text-bold color-main">FAX受信</h4> |
| 50 | <div class="row"><div class="col"> | 50 | <div class="row"><div class="col"> |
| 51 | - <button class="btn btn-primary" @click="$refs.pdf.click()"><i class="fas fa-upload"></i>Upload</button> | 51 | + <button class="btn btn-primary" @click="$refs.pdf.click()"><i class="fas fa-upload"></i> Upload</button> |
| 52 | <input type="file" ref="pdf" accept=".pdf" style="display:none" @change="upload_pdf"> | 52 | <input type="file" ref="pdf" accept=".pdf" style="display:none" @change="upload_pdf"> |
| 53 | </div></div> | 53 | </div></div> |
| 54 | <div class="row mt-3"> | 54 | <div class="row mt-3"> | ... | ... |
-
Please register or sign in to post a comment