Исправила отображения дат, статусов, врача
This commit is contained in:
@@ -17,17 +17,17 @@
|
||||
)
|
||||
.flex.flex-col.gap-y-6px
|
||||
span.color-grey.line-height.text-sm.font-semibold Врач
|
||||
.flex.gap-x-2
|
||||
.flex.gap-x-2.items-center
|
||||
base-avatar(:size="40")
|
||||
img.object-cover.h-full(
|
||||
v-if="userData?.photo",
|
||||
:src="userData?.photo",
|
||||
v-if="userData?.avatar",
|
||||
:src="url + userData?.avatar",
|
||||
alt="avatar"
|
||||
)
|
||||
span.text-sm.color-blue(v-else) {{ avatar }}
|
||||
span.text-sm.text-dark(v-else) {{ avatar }}
|
||||
.flex.flex-col
|
||||
span.text-sm.color-blue.line-height.mb-2px {{ employeeName }}
|
||||
span.color-grey.line-height.text-sm {{ userData?.job_title ? userData?.job_title : "Терапевт" }}
|
||||
span.text-sm.text-dark.line-height.mb-2px.font-medium {{ employeeName }}
|
||||
span.color-grey.line-height.text-xsx.font-medium {{ userData?.job_title ? userData?.job_title : "Терапевт" }}
|
||||
.flex.gap-2.mt-8
|
||||
base-button(
|
||||
type="secondary",
|
||||
@@ -67,6 +67,7 @@ export default {
|
||||
date: null,
|
||||
startTime: null,
|
||||
},
|
||||
url: "https://astra-dev.dopcore.com/api/store/",
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user