Исправила undefined в хедере медкарты

This commit is contained in:
Daria Golova
2023-08-16 14:26:13 +03:00
parent c866662384
commit 7f655dcdc9

View File

@@ -9,7 +9,7 @@
color="grey", color="grey",
) )
q-breadcrumbs-el(:label="routes[routingHistory.state.back]") q-breadcrumbs-el(:label="routes[routingHistory.state.back]")
q-breadcrumbs-el(:label="`${routes[routingHistory.state.current]} #${medicalCardData?.number}`") q-breadcrumbs-el(:label="`Медкарта #${medicalCardData?.number}`")
q-btn( q-btn(
flat, flat,
text-color="grey", text-color="grey",