WIP Удалены BaseButtons

This commit is contained in:
Daria Golova
2023-01-19 18:18:54 +03:00
parent 76ca19ff4e
commit b53c433771
25 changed files with 224 additions and 147 deletions

View File

@@ -71,15 +71,22 @@
)
.flex.p-2(:style="{width: '358px'}") {{service.name}}
.counter {{service.type}}
base-button.custom-button(
q-btn(
v-if="!isServices",
@click="changeServices",
:disabled="disabledButton",
:size="40",
@click="changeServices"
label="Далее",
color="primary",
padding="8px 24px",
no-caps
)
q-btn(
v-else,
label="Создать пакет документов",
color="primary",
padding="8px 24px",
no-caps
)
span.font-semibold Далее
base-button.custom-button(:size="40", v-else)
span.font-semibold Создать пакет документов
</template>
<script>