PRB add pdf

This commit is contained in:
2026-02-02 11:27:05 +03:00
parent 284a67741d
commit a83c3012ea
2 changed files with 4 additions and 3 deletions

View File

@@ -94,8 +94,8 @@
<v-col style="min-width: 295px;" v-show="isLogging">
<v-file-input @change="getFile" v-model="file.input" class="pt-7" label="Выберите файл (doc, xls)" outlined
dense accept=".xlsx, .docx, .xls, .doc"></v-file-input>
<v-file-input @change="getFile" v-model="file.input" class="pt-7" label="Выберите файл (doc, xls, pdf)" outlined
dense accept=".xlsx, .docx, .xls, .doc, .pdf"></v-file-input>
</v-col>
@@ -197,6 +197,7 @@ export default {
extensionsList: [
{ value: "mdi-file-excel", extension: ['xlsx', 'xls'] },
{ value: "mdi-file-word", extension: ['docx', 'doc'] },
{ value: "mdi-file-pdf", extension: ['pdf'] },
]
}),
computed: {