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