WIP Начала модалку предпросмотра

This commit is contained in:
Daria Golova
2023-06-29 18:06:58 +03:00
parent 692b4a4ddd
commit 99c0c8449a
6 changed files with 221 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
.h-6.w-6.color-black.background-dark-grey.text-xxs.rounded.flex.items-center.justify-center(
v-if="collapsedDisplayCondition"
) +1
span.text-xxs.self-end(v-if="servicesCount && bodyClass?.['flex-col']") {{`${servicesCount} услуги`}}
span.text-xxs.self-end(v-if="record?.services.length && bodyClass?.['flex-col']") {{`${record?.services.length} услуг`}}
</template>
<script>
@@ -57,7 +57,6 @@ export default {
data() {
return {
pixelsPerHalfHour: 38,
servicesCount: 4,
trimPatientName: trimName,
expandedTime: false,
};