dynamic change of the metric parameters
This commit is contained in:
parent
73d760c40c
commit
326b8f0d74
@ -12,8 +12,11 @@
|
|||||||
:min="-1"
|
:min="-1"
|
||||||
:max="1"
|
:max="1"
|
||||||
:interval="0.01"
|
:interval="0.01"
|
||||||
|
:disabled="store.weights_fixed[idx]"
|
||||||
|
/>
|
||||||
|
<v-checkbox class="ma-0 checkbox-bottom"
|
||||||
|
v-model="store.weights_fixed[idx]"
|
||||||
/>
|
/>
|
||||||
<v-checkbox class="ma-0 checkbox-bottom" />
|
|
||||||
</div>
|
</div>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
Loading…
Reference in New Issue
Block a user