fix: readonly editor
This commit is contained in:
parent
0a9b9dfb79
commit
d771345179
1 changed files with 1 additions and 0 deletions
|
|
@ -850,6 +850,7 @@ function storeDataLocal() {
|
||||||
<div class="surface-1 q-pa-md full-width">
|
<div class="surface-1 q-pa-md full-width">
|
||||||
<q-editor
|
<q-editor
|
||||||
dense
|
dense
|
||||||
|
:readonly
|
||||||
:model-value="quotationFormData.remark || ''"
|
:model-value="quotationFormData.remark || ''"
|
||||||
min-height="5rem"
|
min-height="5rem"
|
||||||
class="full-width"
|
class="full-width"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue