Добавил маппинг полей на мед карту, переход на медкарту с календаря, фикс дефолтного аватара
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
||||
return this.checkDate("updated_at");
|
||||
},
|
||||
allergiesList() {
|
||||
return this.patientData?.allergic.map((elem) => ({
|
||||
return this.patientData?.allergic?.map((elem) => ({
|
||||
name: elem?.name,
|
||||
title: elem?.title,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user