Добавил шаг с услугами

This commit is contained in:
dderbentsov
2022-12-27 01:11:00 +03:00
parent 0f5aa07336
commit d15960a020
4 changed files with 198 additions and 28 deletions

View File

@@ -34,6 +34,7 @@ import BaseButton from "@/components/base/BaseButton";
import BaseStepper from "@/components/base/BaseStepper";
import AgreementCommon from "./FormsAgreementCreate/AgreementCommon";
import AgreementPerson from "./FormsAgreementCreate/AgreementPerson";
import AgreementServices from "./FormsAgreementCreate/AgreementServices";
export default {
name: "StepperCreateAgreement",
@@ -42,6 +43,7 @@ export default {
BaseStepper,
AgreementCommon,
AgreementPerson,
AgreementServices,
},
data() {
return {
@@ -62,8 +64,8 @@ export default {
{
id: 2,
label: "2",
value: "Пациент",
component: "agreement-person",
value: "Услуги",
component: "agreement-services",
},
],
};