no message
This commit is contained in:
parent
b24f8e6590
commit
d49ae13078
1 changed files with 3 additions and 1 deletions
|
|
@ -392,11 +392,13 @@ const paginationLabel = (start: number, end: number, total: number) => {
|
|||
</q-btn>
|
||||
<q-file
|
||||
bg-color="white"
|
||||
clearable
|
||||
outlined
|
||||
dense
|
||||
v-model="fileUpload"
|
||||
accept=".pdf"
|
||||
:style="fileUpload === null ? 'width: 100px' : 'width: auto'"
|
||||
:style="fileUpload === null ? 'width: 150px' : 'width: auto'"
|
||||
label="อัพโหลดไฟล์"
|
||||
v-if="statusUpload !== true"
|
||||
>
|
||||
<template v-slot:prepend>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue