WIP Набросала строки таблицы

This commit is contained in:
Daria Golova
2023-07-26 18:26:24 +03:00
parent 2bb879c0cf
commit a747c1820d
27 changed files with 461 additions and 53 deletions

View File

@@ -36,8 +36,9 @@
:outlined="isEdit"
:standout="!isEdit"
:items="genderOptions"
bg-color="#e9e9f6"
)
bg-color="#e9e9f6",
size="M"
)
base-input-date(
v-else-if="field.type === 'date'",
v-model="basic[data.dataKey][field.key]",

View File

@@ -14,7 +14,8 @@
:style="{flex: 1}",
:items="sortingYears",
v-model="sortingYear",
clearable
clearable,
size="M"
)
q-btn.ml-2(
icon="app:sort-number",