refactor: add defineProps readonly

This commit is contained in:
Net 2024-08-28 09:50:43 +07:00 committed by Methapon Metanipat
parent 7bcdb26c4b
commit 57a32bdd04
2 changed files with 10 additions and 2 deletions

View file

@ -172,6 +172,7 @@ defineProps<{
<q-tab-panel name="attachment">
<UploadFile
hide-action
:readonly="readonly"
:dropdown-list="uploadFileListCustomer"
v-model:status-ocr="statusOcr"
v-model:file="item.file"