[WIP] Добавил карточку пациента на приеме

This commit is contained in:
megavrilinvv
2023-07-25 18:09:17 +03:00
parent 4d8d8f410e
commit 286b17b77f
5 changed files with 178 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
.text-m.font-bold {{patient.time.from + " - " + patient.time.to}}
.grey-color.font-medium.text-smm(
:class="{'red-color': !index}"
) {{index ? "Время посещения" : "Скоро прием" }}
) {{index ? "Время посещения" : "Скоро прием" }}
.flex
.gradient-name.flex.absolute(v-if="isGradient")
</template>