Compare commits
6 Commits
cf8908772e
...
745444dafc
Author | SHA1 | Date |
---|---|---|
|
745444dafc | |
|
090eb1ae7c | |
|
2024a9c2d2 | |
|
b3b2404d27 | |
|
3757efdc49 | |
|
211a6ad87a |
|
@ -115,6 +115,7 @@ const total = computed(() => {
|
|||
`Верхняя планка, ${top_count}: ${top_count} x ${length} x ${bar} = ${roubleSign.format(top)}`,
|
||||
`Итого ${roubleSign.format(total)}`
|
||||
].filter(Boolean)
|
||||
|
||||
})
|
||||
</script>
|
||||
<template>
|
||||
|
@ -126,6 +127,7 @@ const total = computed(() => {
|
|||
<input type="text" placeholder="Ваше имя" v-model="modal_data.name" @keyup="validate" />
|
||||
<input type="phone" placeholder="Номер телефона или e-mail" v-model="modal_data.phone"
|
||||
@keypress="validateInput" @keyup="validate" />
|
||||
Итого: {{roubleSign.format(total)}}
|
||||
<div class="flex gap-4">
|
||||
<button class="not-prose" :disabled="modal_form.disabled" type="submit">Отправить</button>
|
||||
<button class="not-prose" type="reset" @click="toggleModal">Отмена</button>
|
||||
|
|
Loading…
Reference in New Issue