fix: product item readonly
This commit is contained in:
parent
3e7755f6dc
commit
cd15c65a77
1 changed files with 4 additions and 2 deletions
|
|
@ -331,7 +331,8 @@ watch(
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td align="center">
|
<q-td align="center">
|
||||||
<q-input
|
<q-input
|
||||||
:readonly="readonly"
|
:readonly
|
||||||
|
:bg-color="readonly ? 'transparent' : ''"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
:type="readonly ? 'text' : 'number'"
|
:type="readonly ? 'text' : 'number'"
|
||||||
|
|
@ -352,7 +353,8 @@ watch(
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td align="center">
|
<q-td align="center">
|
||||||
<q-input
|
<q-input
|
||||||
:readonly="readonly"
|
:readonly
|
||||||
|
:bg-color="readonly ? 'transparent' : ''"
|
||||||
dense
|
dense
|
||||||
min="0"
|
min="0"
|
||||||
outlined
|
outlined
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue