.flex.justify-between.w-full.h-fit
.flex.gap-2.w-fit.h-fit
.input
base-input.search(
v-model="searchClient",
placeholder="Введите фамилию",
@keyup.enter="searchLastName",
size="M",
:width="280",
:icon-left="!searchClient"
)
template(v-slot:iconLeft, v-if="!searchClient")
q-icon(name="app:search", size="18px")
base-button(
v-if="createdClientName === ''",
@click="searchLastName",
label="Поиск",
width="96px"
)
base-button(
v-if="searchClient.length > 0",
type="secondary",
@click="resetLastName",
label="Сбросить",
width="124px"
)
//- clients-table-header-actions(v-if="!!isOpenActions", :is-selected-one="isOpenActions===1")
.flex.w-fit.h-10.gap-x-2
base-button(
type="secondary",
width="64px"
)
q-icon(name="app:export", size="16px")
base-button(
@click="openForm",
width="144px"
)
q-icon(name="app:plus", size="12px", left)
span Создать