PRB add pdf
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user