diff --git a/app/components/app/therapy-protocol/picker-dialog/arrangement-procedure/procedure-picker.vue b/app/components/app/therapy-protocol/picker-dialog/arrangement-procedure/procedure-picker.vue index ec2aad35..406d7f4b 100644 --- a/app/components/app/therapy-protocol/picker-dialog/arrangement-procedure/procedure-picker.vue +++ b/app/components/app/therapy-protocol/picker-dialog/arrangement-procedure/procedure-picker.vue @@ -1,10 +1,8 @@ diff --git a/app/components/app/treatment-report/preview.vue b/app/components/app/treatment-report/preview.vue index e69de29b..c5eb7f64 100644 --- a/app/components/app/treatment-report/preview.vue +++ b/app/components/app/treatment-report/preview.vue @@ -0,0 +1,151 @@ + + + + + diff --git a/app/components/content/treatment-report/add.vue b/app/components/content/treatment-report/add.vue index a80b3fd2..f4a4156e 100644 --- a/app/components/content/treatment-report/add.vue +++ b/app/components/content/treatment-report/add.vue @@ -9,7 +9,7 @@ import AppTreatmentReportEntry from '~/components/app/treatment-report/entry-for import ArrangementProcedurePicker from '~/components/app/therapy-protocol/picker-dialog/arrangement-procedure/procedure-picker.vue' const doctors = ref([]) - +const isLoading = ref(false) // TODO: dummy data ;(() => { doctors.value = [genDoctor()] @@ -18,7 +18,7 @@ const doctors = ref([])