fix : location details
This commit is contained in:
@@ -13,14 +13,15 @@ extension XString on String {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String get addCountEXT {
|
String get addCountEXT {
|
||||||
return '$thisعدد';
|
return '$this قطعه';
|
||||||
}
|
}
|
||||||
|
|
||||||
String get addDayEXT {
|
String get addDayEXT {
|
||||||
return '$thisروزه';
|
return '$thisروزه';
|
||||||
}
|
}
|
||||||
|
|
||||||
String get addKgEXT {
|
String get addKgEXT {
|
||||||
return '$thisکیلوگرم';
|
return '$this کیلوگرم';
|
||||||
}
|
}
|
||||||
|
|
||||||
DateTime get toDateTime => DateTime.parse(this);
|
DateTime get toDateTime => DateTime.parse(this);
|
||||||
|
|||||||
@@ -556,6 +556,11 @@ class MapPage extends GetView<MapLogic> {
|
|||||||
value: hatchingDetails?.killedQuantity.separatedByComma.addCountEXT ?? 'N/A',
|
value: hatchingDetails?.killedQuantity.separatedByComma.addCountEXT ?? 'N/A',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
buildRow(
|
||||||
|
title: 'میانگین وزن کشتار',
|
||||||
|
value: hatchingDetails?.totalAverageKilledWeight.toString().addKgEXT ?? 'N/A',
|
||||||
|
),
|
||||||
|
|
||||||
buildRow(
|
buildRow(
|
||||||
title: 'وزن کشتار',
|
title: 'وزن کشتار',
|
||||||
value: hatchingDetails?.totalKilledWeight.separatedByComma.addKgEXT ?? 'N/A',
|
value: hatchingDetails?.totalKilledWeight.separatedByComma.addKgEXT ?? 'N/A',
|
||||||
|
|||||||
Reference in New Issue
Block a user