[WIP] Fixed bugs
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
)
|
||||
template(v-slot:iconLeft)
|
||||
q-icon.input-icon(name="app:search", size="16px")
|
||||
q-btn.ml-2(
|
||||
q-btn.ml-2.sort-icon(
|
||||
@click="sortPerson(elem.data)",
|
||||
:class="sortingClass",
|
||||
:style="{width: '32px', height: '32px'}",
|
||||
@@ -411,4 +411,7 @@ export default {
|
||||
|
||||
.icon-patients :deep(path)
|
||||
fill: var(--btn-blue-color)
|
||||
|
||||
.sort-icon :deep(path)
|
||||
fill: var(--font-grey-color)
|
||||
</style>
|
||||
|
||||
@@ -240,8 +240,8 @@ export const patientList = [
|
||||
check: false,
|
||||
view: false,
|
||||
viewDate: "",
|
||||
reception: "26.07.2023",
|
||||
time: { from: "20:00", to: "21:00" },
|
||||
reception: "01.08.2023",
|
||||
time: { from: "15:00", to: "21:00" },
|
||||
priority: 1,
|
||||
phone: "+7 (910) 623–32–23",
|
||||
email: "gaevaia@yandex.ru",
|
||||
|
||||
Reference in New Issue
Block a user