fix: do not edit currency for zone
This commit is contained in:
parent
396ac09724
commit
fd480bf305
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
v-model="zoneDialog.data.countries"
|
v-model="zoneDialog.data.countries"
|
||||||
></q-select>
|
></q-select>
|
||||||
<q-select
|
<q-select
|
||||||
v-if="zoneDialog.data.id"
|
v-if="!zoneDialog.data.id"
|
||||||
style="width: 100px"
|
style="width: 100px"
|
||||||
filled
|
filled
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue