[WIP] Добавил отображение форм при клике на иконки сайдбара
This commit is contained in:
@@ -53,10 +53,11 @@
|
||||
q-icon(name="app:icon-search", size="16px", style="color: var(--font-grey-color)")
|
||||
q-btn.btn.ml-2(
|
||||
@click="sortPerson(elem.data)",
|
||||
icon="app:sort-number",
|
||||
style="color: var(--font-grey-color); background: var(--bg-light-grey)"
|
||||
:style="{width: '32px', height: '32px'}",
|
||||
padding="0"
|
||||
)
|
||||
img(:src="sort_word")
|
||||
.flex.items-center.justify-between.font-medium.text-smm.h-10.py-2.cursor-pointer(
|
||||
@click="checkAll(elem.data)"
|
||||
)
|
||||
@@ -78,6 +79,7 @@
|
||||
<script>
|
||||
import arrow from "@/assets/icons/double_left_arrow.svg";
|
||||
import icon_ok from "@/assets/icons/icon_ok.svg";
|
||||
import sort_word from "@/assets/icons/sort_word.svg";
|
||||
import BaseInput from "@/components/base/BaseInput.vue";
|
||||
import { patientList } from "@/pages/newCalendar/utils/calendarConfig.js";
|
||||
|
||||
@@ -90,6 +92,7 @@ export default {
|
||||
val: [],
|
||||
arrow,
|
||||
icon_ok,
|
||||
sort_word,
|
||||
foundPerson: "",
|
||||
sortData: [],
|
||||
patientList: patientList,
|
||||
|
||||
Reference in New Issue
Block a user