[WIP] Добавил приоритет клиента, обработку ввода паспортных данных, фикс чекбокса выбора клиента

This commit is contained in:
megavrilinvv
2022-11-30 15:52:42 +03:00
parent fb36d5f284
commit a66081c14d
6 changed files with 27 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
input.checkbox.cursor-pointer(type="checkbox" :id="id" :checked="isCheck" @change="(e) => check(e)")
input.checkbox.cursor-pointer(type="checkbox" :id="id" :checked="isCheck" @click.stop @change="(e) => check(e)")
</template>
<script>