[WIP] Добавил отправку расписания с шаблоном графиков, поправил стили
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
v-model="value",
|
||||
:options="items",
|
||||
:disable="disable",
|
||||
bg-color="var(--bg-disable-grey-color)"
|
||||
:behavior="behavior",
|
||||
bg-color="var(--bg-disable-grey-color)",
|
||||
outlined,
|
||||
dense,
|
||||
emit-value,
|
||||
map-options,
|
||||
map-options
|
||||
)
|
||||
template(v-slot:selected)
|
||||
span {{ textSelect }}
|
||||
@@ -29,6 +30,10 @@ export default {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
},
|
||||
behavior: {
|
||||
type: String,
|
||||
default: "menu",
|
||||
},
|
||||
disable: Boolean,
|
||||
label: String,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user