[WIP] Добавил карточку с первичным осмотром и тэгами
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user