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-btn>
|
||||||
<q-file
|
<q-file
|
||||||
bg-color="white"
|
bg-color="white"
|
||||||
|
clearable
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
v-model="fileUpload"
|
v-model="fileUpload"
|
||||||
accept=".pdf"
|
accept=".pdf"
|
||||||
:style="fileUpload === null ? 'width: 100px' : 'width: auto'"
|
:style="fileUpload === null ? 'width: 150px' : 'width: auto'"
|
||||||
|
label="อัพโหลดไฟล์"
|
||||||
v-if="statusUpload !== true"
|
v-if="statusUpload !== true"
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue