[WIP] Добавил карточку с первичным осмотром и тэгами

This commit is contained in:
megavrilinvv
2023-05-02 17:48:55 +03:00
parent 7d1ba1a863
commit 84cd449cdc
3 changed files with 160 additions and 28 deletions

View File

@@ -24,7 +24,7 @@
.flex.py-4.w-full.color-grey.text-base.justify-center
span.opacity-50 Осмотров: 5
.flex.gap-y-2
.w-full.border.rounded.border-grey.p-4
.w-full.border.rounded.border-grey.p-4(@click="openInspection")
.flex.justify-between.mb-7
.flex.flex-col.gap-y-1
span.text-xl.font-bold.color-blue.line-height 2023 г.
@@ -42,6 +42,7 @@ import BaseSelect from "@/components/base/BaseSelect.vue";
export default {
name: "MedicalProtocolsList",
components: { BaseSelect },
props: { openInspection: Function },
data() {
return {
sorting: false,