Site Configuration by Server Params (confsites and confpages)
This commit is contained in:
@@ -1,39 +1,41 @@
|
||||
<template>
|
||||
<div v-if="!!myrec">
|
||||
{{label}}
|
||||
<q-bar dense class="bg-blue text-white">
|
||||
{{ label }}
|
||||
</q-bar>
|
||||
<div class="row">
|
||||
<q-select
|
||||
rounded
|
||||
style="width: 150px"
|
||||
outlined
|
||||
v-model="myrec.name"
|
||||
:options="tools.SelectListAnimation"
|
||||
@update:model-value="updateClass"
|
||||
dense
|
||||
label="Tipo:"
|
||||
emit-value
|
||||
map-options
|
||||
>
|
||||
</q-select>
|
||||
<q-select
|
||||
rounded
|
||||
style="width: 150px"
|
||||
outlined
|
||||
v-model="myrec.name"
|
||||
:options="tools.SelectListAnimation"
|
||||
@update:model-value="updateClass"
|
||||
dense
|
||||
label="Tipo:"
|
||||
emit-value
|
||||
map-options
|
||||
>
|
||||
</q-select>
|
||||
|
||||
<q-select
|
||||
rounded
|
||||
style="width: 150px"
|
||||
outlined
|
||||
v-model="myrec.timingtype"
|
||||
:options="tools.SelectListTimingType"
|
||||
@update:model-value="updateClass"
|
||||
dense
|
||||
label="Timing:"
|
||||
emit-value
|
||||
map-options
|
||||
>
|
||||
</q-select>
|
||||
<q-select
|
||||
rounded
|
||||
style="width: 150px"
|
||||
outlined
|
||||
v-model="myrec.timingtype"
|
||||
:options="tools.SelectListTimingType"
|
||||
@update:model-value="updateClass"
|
||||
dense
|
||||
label="Timing:"
|
||||
emit-value
|
||||
map-options
|
||||
>
|
||||
</q-select>
|
||||
</div>
|
||||
|
||||
<q-select
|
||||
rounded
|
||||
style="min-width: 150px"
|
||||
style="width: 150px"
|
||||
outlined
|
||||
v-model="myrec.clduration"
|
||||
:options="tools.SelectListSpeed"
|
||||
@@ -47,7 +49,7 @@
|
||||
|
||||
<q-select
|
||||
rounded
|
||||
style="min-width: 150px"
|
||||
style="width: 150px"
|
||||
outlined
|
||||
v-model="myrec.cldelay"
|
||||
:options="tools.SelectListDelay"
|
||||
|
||||
Reference in New Issue
Block a user