no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-25 12:53:30 +07:00
parent b24f8e6590
commit d49ae13078

View file

@ -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>