WIP Сделано удаление, breadcrumbs
This commit is contained in:
@@ -11,48 +11,13 @@
|
||||
|
||||
<script>
|
||||
import { v_model } from "@/shared/mixins/v-model";
|
||||
import { baseInfoMenu } from "@/pages/newMedicalCard/utils/configMedical.js";
|
||||
export default {
|
||||
name: "MedicalCardSidebar",
|
||||
mixins: [v_model],
|
||||
data() {
|
||||
return {
|
||||
menuItem: [
|
||||
{
|
||||
title: "Основные данные",
|
||||
id: "basic-data",
|
||||
component: "BasicDataForm",
|
||||
},
|
||||
{
|
||||
title: "Протоколы первичного осмотра",
|
||||
id: "protocols",
|
||||
component: "Protocols",
|
||||
},
|
||||
{
|
||||
title: "Доверенное лицо",
|
||||
id: "trusted-person",
|
||||
component: "TrustedPerson",
|
||||
},
|
||||
{
|
||||
title: "Аллергии",
|
||||
id: "allergies",
|
||||
component: "Allergies",
|
||||
},
|
||||
{
|
||||
title: "Состояние здоровья",
|
||||
id: "health-status",
|
||||
component: "HealthStatus",
|
||||
},
|
||||
{
|
||||
title: "История болезней",
|
||||
id: "medical-history",
|
||||
component: "MedicalHistory",
|
||||
},
|
||||
{
|
||||
title: "Зубная формула",
|
||||
id: "dental-formula",
|
||||
component: "DentalFormula",
|
||||
},
|
||||
],
|
||||
menuItem: baseInfoMenu,
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user