[WIP] Добавил разделение по формам создания, редактирования и просмотра осмотра

This commit is contained in:
megavrilinvv
2023-05-03 18:07:51 +03:00
parent 3b74e12e82
commit dfa773a45b
5 changed files with 217 additions and 112 deletions

View File

@@ -9,6 +9,7 @@
icon="add",
:style="{width: '100%', height: '40px'}"
padding="0",
@click="createInspection"
)
.p-4.rounded.background.list
.flex
@@ -42,7 +43,7 @@ import MedicalProtocolCard from "@/pages/newMedicalCard/components/MedicalProtoc
export default {
name: "MedicalProtocolsList",
components: { BaseSelect, BaseAvatar, MedicalProtocolCard },
props: { openInspection: Function },
props: { openInspection: Function, createInspection: Function },
data() {
return {
sorting: false,