WIP Начала модалку предпросмотра
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user