diff --git a/lib/pages/ChildVaccines/vaccinationtable_page.dart b/lib/pages/ChildVaccines/vaccinationtable_page.dart
index 8039765e..952cfb0c 100644
--- a/lib/pages/ChildVaccines/vaccinationtable_page.dart
+++ b/lib/pages/ChildVaccines/vaccinationtable_page.dart
@@ -38,10 +38,27 @@ class VaccinationTablePage extends StatelessWidget {
child: Column(
children: [
- Html(
- data:"
"//model.creteVaccinationTableModelList[index].vaccinesDescription
- ,
- ),
+ Row(children: [
+ Text(model.creteVaccinationTableModelList[index].visit),
+ SizedBox(width: 10,),
+
+ Expanded(
+ child: Column(
+ mainAxisAlignment: MainAxisAlignment.start,
+ crossAxisAlignment: CrossAxisAlignment.start,
+ children: [
+ Html(
+ // data:""//model.creteVaccinationTableModelList[index].vaccinesDescription
+ data:model.creteVaccinationTableModelList[index].vaccinesDescription,
+
+ ),
+ ],),
+ ),
+ Text(model.creteVaccinationTableModelList[index].givenAt),
+
+
+ ],),
+ Divider(color:Colors.black ,),
// Row(children:[Texts("CHILD NAME"),]),
// Row(children:[Texts(model.babyInformationModelList[index].babyName.trim()),]),
@@ -123,7 +140,7 @@ class VaccinationTablePage extends StatelessWidget {
child: SecondaryButton(
textColor: Colors.white,
color: checkedValue== false ?Colors.white24:Color.fromRGBO(63, 72, 74, 1,),
- label: " ",
+ label: "Send Email ",
//
onTap: () {}