|
|
|
@ -95,7 +95,7 @@ class ECGPage extends StatelessWidget {
|
|
|
|
children: <TextSpan>[
|
|
|
|
children: <TextSpan>[
|
|
|
|
new TextSpan(text: TranslationBase.of(context).orderNo, style: TextStyle(fontSize: 12, fontFamily: 'Poppins')),
|
|
|
|
new TextSpan(text: TranslationBase.of(context).orderNo, style: TextStyle(fontSize: 12, fontFamily: 'Poppins')),
|
|
|
|
new TextSpan(
|
|
|
|
new TextSpan(
|
|
|
|
text: '${/*model.patientMuseResultsModelList[index].orderNo?? */ '3455'}',
|
|
|
|
text: '${model.patientMuseResultsModelList[index].orderNo}',
|
|
|
|
style: TextStyle(fontWeight: FontWeight.w600, fontFamily: 'Poppins', fontSize: 14)),
|
|
|
|
style: TextStyle(fontWeight: FontWeight.w600, fontFamily: 'Poppins', fontSize: 14)),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|