WIP Удалены BaseButtons
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user