refactor: add defineProps readonly
This commit is contained in:
parent
7bcdb26c4b
commit
57a32bdd04
2 changed files with 10 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue